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