from network.const import __SERVER__ from network.const import __ADDRESS__ print(f'Server:{__SERVER__}') print(f'Address:{__ADDRESS__}')