Island: Export authentication resources from __init__

This commit is contained in:
Ilija Lazoroski 2022-08-05 08:42:06 +02:00
parent 44c73db2af
commit b5afbe7218
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from .authenticate import Authenticate, init_jwt
from .register import Register
from .registration_status import RegistrationStatus