Make all three modules available from package init.
This commit is contained in:
parent
0203246582
commit
2b157d6931
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
from .mega import Mega # noqa
|
||||
from . import crypto
|
||||
from . import errors
|
||||
from . import mega
|
||||
Mega = mega.Mega
|
||||
|
|
Loading…
Reference in a new issue