mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-07 01:24:06 +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 |