σ
ΝΌ_Zc           @   s   d  d d     YZ  d S(   t   Personc           B   s)   e  Z d  Z d   Z d   Z d   Z RS(   i    c         C   s   | |  _  t j d 7_ d  S(   Ni   (   t   ageR    t
   population(   t   selft   myAge(    (    s   person_class.pyt   __init__   s    	c         C   s   t  j S(   N(   R    R   (   R   (    (    s   person_class.pyt   get_population   s    c         C   s   |  j  S(   N(   R   (   R   (    (    s   person_class.pyt   get_age   s    (   t   __name__t
   __module__R   R   R   R   (    (    (    s   person_class.pyR       s   		N(    (   R    (    (    (    s   person_class.pyt   <module>   s    