7 lines
150 B
Python
7 lines
150 B
Python
![]() |
from .resource import *
|
||
|
|
||
|
|
||
|
class V1(object):
|
||
|
def __init__(self, config: Config) -> None:
|
||
|
self.outbound_ip: OutboundIp = OutboundIp(config)
|