B
    b_                 @   s   d Z dZdaddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dd	lm	Z	 d
dl
Z
d
dlZG dd dejZdd Zedkre  dS )z7PyFilling is a python namespace inspection application.z(Patrick K. O'Brien <pobrien@orbtech.com>N   )filling)crust)interpreter)
introspect)pseudo)shell    c               @   s   e Zd Zdd ZdS )Appc             C   s   t j|  | jj jj| _dS )NT)r   r	   OnInitfillingFrametreeroot)self r   .lib/python3.7/site-packages/wx/py/PyFilling.pyr
      s    z
App.OnInitN)__name__
__module____qualname__r
   r   r   r   r   r	      s   r	   c               C   s&   t datjjjtj t  dS )zCreate and run the application.r   N)r	   appr   r   r   ZExpandr   ZMainLoopr   r   r   r   main   s    r   __main__)__doc__
__author__r    r   r   r   r   r   r   sysZwxr	   r   r   r   r   r   r   <module>   s   