Files
leocrm/app/routes/__init__.py
T

22 lines
532 B
Python

"""Routes package."""
from app.routes import (
ai_copilot, # noqa: F401
auth, # noqa: F401
companies, # noqa: F401
contacts, # noqa: F401
currencies, # noqa: F401
taxes, # noqa: F401
sequences, # noqa: F401
system_settings, # noqa: F401
health, # noqa: F401
import_export, # noqa: F401
metrics, # noqa: F401
notifications, # noqa: F401
plugins, # noqa: F401
roles, # noqa: F401
tenants, # noqa: F401
users, # noqa: F401
workflows, # noqa: F401
)