This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hewensong
/
lingyue-zhibao
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
9b6791e35e
Ramuri
Etichete
dev
master
lingyue-zhibao
/
python-services
/
ner-service
/
app
/
routers
/
__init__.py
__init__.py
80 B
Istoric
Crud
1
2
3
4
5
6
"""
路由模块
"""
from . import ner, relation
__all__ = ["ner", "relation"]