CostEvalPlatform/api/manage_project.py

11 lines
166 B
Python
Raw Normal View History

2024-11-19 12:08:21 +00:00
# -*- coding: utf-8 -*-
# @Time : 2024/11/19 下午8:05
# @FileName: manage_project.py
# @Software: PyCharm
2024-11-20 08:25:36 +00:00
from fastapi import APIRouter
2024-11-19 12:08:21 +00:00
router = APIRouter()
2024-11-19 13:23:59 +00:00