__init__.py 84 B

1234567
  1. """
  2. API v1 package.
  3. """
  4. from app.api.v1.router import router
  5. __all__ = ["router"]