Skip to content

Commit

Permalink
Adds new functions to glue/__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Jan 8, 2025
1 parent 20787f2 commit 71e9ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .config import load_configuration
env = load_configuration()

from .main import load_plugins # noqa
from .main import load_plugins, list_loaded_plugins, list_available_plugins # noqa


def test(no_optional_skip=False):
Expand Down

0 comments on commit 71e9ca5

Please sign in to comment.