8 lines
146 B
Python
8 lines
146 B
Python
class Config:
|
|
db_dir = Path.home()
|
|
app_config_dir = Path.home /.Config
|
|
db_name = 'IoTtb.db'
|
|
app_config_name = 'iottb.conf'
|
|
|
|
|