CostEvalPlatform/api/manage_project.py
2024-11-20 16:25:36 +08:00

11 lines
166 B
Python

# -*- coding: utf-8 -*-
# @Time : 2024/11/19 下午8:05
# @FileName: manage_project.py
# @Software: PyCharm
from fastapi import APIRouter
router = APIRouter()