5 lines
112 B
Python
5 lines
112 B
Python
import ttf
|
|
|
|
server = ttf.TTFServer(ttf.config.config['ttf_host'], ttf.config.config['ttf_port'])
|
|
server.start()
|