6 lines
227 B
Python
6 lines
227 B
Python
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
|
|
|