mirror of
https://github.com/vladmandic/automatic
synced 2026-08-27 15:41:00 +02:00
2b9056179d
Signed-off-by: Vladimir Mandic <mandic00@live.com>
3 lines
146 B
Python
3 lines
146 B
Python
# compatibility with extensions that import scripts directly
|
|
from modules.scripts_manager import * # noqa: F403 # pylint: disable=wildcard-import
|