Merge branch 'develop'
This commit is contained in:
@@ -5,6 +5,7 @@ from src.application.commands.get_admin_me import GetAdminMeCommand
|
||||
from src.application.commands.create_organization import CreateOrganizationCommand
|
||||
from src.application.commands.create_organization_wallets import CreateOrganizationWalletsCommand
|
||||
from src.application.commands.put_organization_document import PutOrganizationDocumentCommand
|
||||
from src.application.commands.set_password import SetPasswordCommand
|
||||
from src.application.commands.organization_commands import (
|
||||
ListOrganizationsCommand,
|
||||
GetOrganizationCommand,
|
||||
@@ -52,4 +53,5 @@ __all__ = [
|
||||
'ListOrganizationWalletsCommand',
|
||||
'GetOrganizationMnemonicCommand',
|
||||
'GetOrganizationSecretKeysCommand',
|
||||
'SetPasswordCommand',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user