class Settings: def __init__(self): self.listen_port = 8765 self.listen_host = '' self.cname = 'Very cool peer' settings = Settings()