cn-py-serv/config.py

6 lines
56 B
Python
Raw Normal View History

2023-12-29 02:13:10 +03:00
SETUP = {
"server": {
"port": 8080,
}
}