hesabixArc/hesabixAPI/adapters/api/v1/__init__.py

6 lines
227 B
Python
Raw Normal View History

2025-09-30 17:12:53 +03:30
from .health import router as health # noqa: F401
from .categories import router as categories # noqa: F401
from .products import router as products # noqa: F401
from .price_lists import router as price_lists # noqa: F401