""" Эндпоинты API версии 1. Автор: Сергей Антропов Сайт: https://devops.org.ru """ from app.api.v1.endpoints import ( health, monitoring, debug, jira, message, groups, ) __all__ = [ "health", "monitoring", "debug", "jira", "message", "groups", ]