__init__.py 80 B

123456
  1. """
  2. 路由模块
  3. """
  4. from . import ner, relation
  5. __all__ = ["ner", "relation"]