forked from p15670423/monkey
Island: Export authentication resources from __init__
This commit is contained in:
parent
44c73db2af
commit
b5afbe7218
|
@ -0,0 +1,3 @@
|
|||
from .authenticate import Authenticate, init_jwt
|
||||
from .register import Register
|
||||
from .registration_status import RegistrationStatus
|
Loading…
Reference in New Issue