black-mamba/mods/settings.py

9 lines
164 B
Python
Raw Permalink Normal View History

2019-04-25 19:47:08 +03:00
class Settings:
def __init__(self):
self.listen_port = 8765
self.listen_host = ''
self.cname = 'Very cool peer'
settings = Settings()