summaryrefslogtreecommitdiff
path: root/server/apps/sysinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/apps/sysinfo.py')
-rw-r--r--server/apps/sysinfo.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/server/apps/sysinfo.py b/server/apps/sysinfo.py
new file mode 100644
index 0000000..b226011
--- /dev/null
+++ b/server/apps/sysinfo.py
@@ -0,0 +1,16 @@
+# 系统信息接口
+from apiflask import APIBlueprint
+bp=APIBlueprint("sys",__name__,url_prefix="/sys")
+
+
+# 统计数量获取接口
+
+
+
+
+# 随时间的不同协议服务数量变化接口
+
+
+
+#
+