6 lines
138 B
Python
6 lines
138 B
Python
from network.const import __SERVER__
|
|
from network.const import __ADDRESS__
|
|
|
|
print(f'Server:{__SERVER__}')
|
|
print(f'Address:{__ADDRESS__}')
|