File size: 119 Bytes
8f062e6
 
 
 
 
9707089
1
2
3
4
5
6

class Config:
    data_path   = "data.json"
    HOST        = "0.0.0.0"
    PORT        = 8050
    IS_DEBUG    = False