Initial commit

This commit is contained in:
chenxl 2024-07-27 16:06:58 +08:00
commit 18c42e67df
247 changed files with 53775 additions and 0 deletions

View file

@ -0,0 +1,9 @@
from fastapi import APIRouter
router = APIRouter()
@router.get('/system-info',tags=['web'])
def system_info():
raise NotImplementedError