tactical-tigerfish/ttf-server/tactical-tigerfish.py
2026-03-27 12:27:18 -05:00

5 lines
112 B
Python

import ttf
server = ttf.TTFServer(ttf.config.config['ttf_host'], ttf.config.config['ttf_port'])
server.start()