2d9a728
1
2
3
4
5
6
7
from utils.config import Config cfg = Config.get_config() cfg_text = Config.pretty_text(cfg) print(cfg_text)