mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
5 lines
300 B
Python
5 lines
300 B
Python
from .generic import Server
|
|
from .outline import OutlineServer, OutlineServerAdmin
|
|
from .wireguard import WireguardServer, WireguardServerAdmin
|
|
from .xray_core import XrayCoreServer, XrayCoreServerAdmin, XrayInbound, XrayClient, XrayInboundServer, XrayInboundServerAdmin
|
|
from .urls import urlpatterns |