Files
GST_Reconciliation_Software/AppCode/ServerPort.py

6 lines
72 B
Python
Raw Normal View History

# Server config.
class CompGSTServer:
host='0.0.0.0'
port=5001