import main function into module __init__

This commit is contained in:
Alan Hamlett 2015-03-09 15:04:04 -07:00
parent 15ce241280
commit 19c4e9f36b
1 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,7 @@
"""
__all__ = ['base.main']
__all__ = ['main']
from .base import main