Files
MermsCoreFlask/app/api/services/__init__.py
T
CHIEFSOFT\ameye f3d81e662e office pages
2025-09-13 07:36:58 -04:00

20 lines
947 B
Python

from app.api.services.authorization import AuthorizationService
from app.api.services.login import LoginService
from app.api.services.register import RegisterService
from app.api.services.products import ProductsService
from app.api.services.account import AccountService
from app.api.services.myproduct import MyProductsService
from app.api.services.contacts import ContactService
from app.api.services.office_auth import OfficeAuthService
from app.api.services.web_contents import WebContentsService
from app.api.services.subscriptions import SubscriptionsService
from app.api.services.common_data import CommonDataService
from app.api.services.genaratives import GenerativesService
from app.api.services.comments import CommentsService
from app.api.services.office_users import OfficeUsersService
# OFFICE
from app.api.services.office_customer import OfficeCustomerService
from app.api.services.office_dashboard import OfficeDashboardService