mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
5 lines
226 B
Python
5 lines
226 B
Python
from .generic import Server
|
|
from .outline import OutlineServer, OutlineServerAdmin
|
|
from .wireguard import WireguardServer, WireguardServerAdmin
|
|
from .xray_v2 import XrayServerV2, XrayServerV2Admin
|
|
from .urls import urlpatterns |