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.file_upload import FileUploadService from app.api.services.reports import ReportService from app.api.services.automation_calls import AutomationCalls #WEBSITE from app.api.services.website import WebsiteService # OFFICE from app.api.services.office_customer import OfficeCustomerService from app.api.services.office_dashboard import OfficeDashboardService from app.api.services.office_users import OfficeUsersService from app.api.services.office_templates import OfficeTemplatesService from app.api.services.office_country import OfficeCountryService