From 3f47211f0381f3d91a29b8cb9e080785370c60f0 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Fri, 8 Dec 2023 15:18:47 +0100 Subject: [PATCH] Fix crash with no plugins installed --- amarillo/plugins/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 amarillo/plugins/__init__.py diff --git a/amarillo/plugins/__init__.py b/amarillo/plugins/__init__.py new file mode 100644 index 0000000..0260537 --- /dev/null +++ b/amarillo/plugins/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file