feat: добавление импорта из файлов outbound.py и target.py
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
from .connection import Connection, ConnectionFactory, ConnectionKey
|
||||
from .outbound import (
|
||||
OUTBOUND_FIELDS,
|
||||
Outbound,
|
||||
OutboundFactory,
|
||||
OutboundSpec,
|
||||
ShadowsocksOutbound,
|
||||
VlessOutbound,
|
||||
)
|
||||
from .profile import Profile, ProfileFactory, ProfileStorage
|
||||
from .target import Target, TargetStorage
|
||||
from .user import User, UserFactory
|
||||
from .xray_config import XrayConfig
|
||||
from .xray_manager_config import XrayManagerConfig
|
||||
|
||||
Reference in New Issue
Block a user