config command now works fully

This commit is contained in:
BarsTiger
2023-03-11 23:13:55 +02:00
parent b83e649349
commit 66b6da88ad
18 changed files with 297 additions and 63 deletions

View File

@@ -6,12 +6,14 @@ def register_callbacks():
exception,
image_info,
set_model,
common
common,
config
)
exception.register()
image_info.register()
set_model.register()
common.register()
config.register()
print('[gray]All callbacks registered[/]')