6 lines
339 B
Python
6 lines
339 B
Python
from common.services.user.user_services import UserServices
|
|
from common.services.user.partner_services import PartnerServices
|
|
from common.services.user.tenant_services import TenantServices
|
|
from common.services.user.consent_services import ConsentServices
|
|
|
|
__all__ = ['UserServices', 'PartnerServices', 'TenantServices', 'ConsentServices'] |