9 lines
163 B
Python
9 lines
163 B
Python
# -*- coding: utf-8 -*-
|
|
# @Time : 2024/11/19 下午8:04
|
|
# @FileName: manage_tanant.py
|
|
# @Software: PyCharm
|
|
from fastapi import APIRouter
|
|
|
|
router = APIRouter()
|
|
|