Make all three modules available from package init.

This commit is contained in:
voussoir 2021-09-22 11:19:39 -07:00
parent 0203246582
commit 2b157d6931
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,2 +1,4 @@
from .mega import Mega # noqa
from . import crypto
from . import errors
from . import mega
Mega = mega.Mega