__init__.py 93 B

12345
  1. """DMS v1 API Blueprint。"""
  2. from dms.api.v1.blueprint import api_v1
  3. __all__ = ["api_v1"]