Python-With-Gtk-Template/src/libs/settings/options/debugging.py

13 lines
167 B
Python
Raw Normal View History

# Python imports
from dataclasses import dataclass
# Lib imports
# Application imports
@dataclass
class Debugging:
2023-08-06 01:04:22 +00:00
ch_log_lvl: int = 10
fh_log_lvl: int = 20