__init__.py 70 B

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