mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-01 11:29:59 +00:00
feat: rich print, traceback
This commit is contained in:
@@ -5,6 +5,9 @@ from typing import TYPE_CHECKING
|
||||
if TYPE_CHECKING:
|
||||
from typing import Callable
|
||||
|
||||
def on_app_started(callback: Callable):
|
||||
pass
|
||||
|
||||
def on_ui_settings(callback: Callable):
|
||||
pass
|
||||
|
||||
@@ -17,6 +20,7 @@ if TYPE_CHECKING:
|
||||
else:
|
||||
from modules.script_callbacks import (
|
||||
on_after_component,
|
||||
on_app_started,
|
||||
on_before_ui,
|
||||
on_ui_settings,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user