rewrite: Setting abstract framework.

This commit is contained in:
2022-11-11 08:05:05 +02:00
parent 7249e25975
commit 1b98b517d2
7 changed files with 1821 additions and 0 deletions

4
bot/settings/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .data import ModelData
from .base import BaseSetting
from .ui import SettingWidget, InteractiveSetting
from .groups import SettingGroup