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 from .invoices import router as invoices # noqa: F401