__init__.py 80 B

1234
  1. """API v1 module."""
  2. from web.api.v1.router import router
  3. __all__ = ["router"]