mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-27 15:02:48 +03:00
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
|