dibbler/dibbler/conf.py
2023-08-30 00:08:14 +02:00

7 lines
155 B
Python

# This module is supposed to act as a singleton and be filled
# with config variables by cli.py
import configparser
config = configparser.ConfigParser()