Make all three modules available from package init.

master
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
1 changed files with 3 additions and 1 deletions

View File

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