From 03c9320ff5ec9374390d155fa049fdf4d57c2f20 Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Thu, 30 Jan 2025 20:36:27 +0000 Subject: [PATCH] Take care of __init__.py files --- core/scripts/webpanel/routers/api/v1/schema/__init__.py | 1 + .../webpanel/routers/api/v1/schema/config/__init__.py | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 core/scripts/webpanel/routers/api/v1/schema/config/__init__.py diff --git a/core/scripts/webpanel/routers/api/v1/schema/__init__.py b/core/scripts/webpanel/routers/api/v1/schema/__init__.py index 481e59d..90320e6 100644 --- a/core/scripts/webpanel/routers/api/v1/schema/__init__.py +++ b/core/scripts/webpanel/routers/api/v1/schema/__init__.py @@ -1,2 +1,3 @@ from . import user from . import server +from . import config diff --git a/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py b/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py new file mode 100644 index 0000000..cd54453 --- /dev/null +++ b/core/scripts/webpanel/routers/api/v1/schema/config/__init__.py @@ -0,0 +1,5 @@ +from . import hysteria +from . import normalsub +from . import singbox +from . import telegram +from . import warp