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 # OFFICE from app.api.services.office_customer import OfficeCustomerService from app.api.services.office_dashboard import OfficeDashboardService