Flame: testing passing selection from timeline

This commit is contained in:
Jakub Jezek 2021-10-22 11:26:21 +02:00
parent 07771a4052
commit f38e4ce44c
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
3 changed files with 25 additions and 7 deletions

View file

@ -51,6 +51,7 @@ INVENTORY_PATH = os.path.join(PLUGINS_DIR, "inventory")
app_framework = None
apps = []
selection = None
__all__ = [
@ -65,6 +66,7 @@ __all__ = [
"app_framework",
"apps",
"selection",
# pipeline
"install",