This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
AI-Special-Project-Team
/
document-management
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
587f717f2b
브랜치
태그
master
document-manage...
/
backend
/
dms
/
api
/
v1
/
__init__.py
__init__.py
93 B
히스토리
Raw
1
2
3
4
5
"""DMS v1 API Blueprint。"""
from dms.api.v1.blueprint import api_v1
__all__ = ["api_v1"]