6 lines
72 B
Python
6 lines
72 B
Python
|
|
# Server config.
|
|
class CompGSTServer:
|
|
host='0.0.0.0'
|
|
port=5001
|