iagapov / ocelot

Main repository moved to https://github.com/ocelot-collab/ocelot
GNU General Public License v3.0
8 stars 11 forks source link

make one import only #35

Closed iagapov closed 8 years ago

iagapov commented 9 years ago

so that each script needs only from ocelot import *

iagapov commented 9 years ago

this import should also hide private classes and methods

iagapov commented 8 years ago

one import done. Public classes listed in init.py private classes to be also to be marked with __ in the future