2025-07-02 19:41:06 +01:00

5 lines
100 B
Python

from .base import Script
from .base import ScriptDirectory
__all__ = ["ScriptDirectory", "Script"]