From 6754c76c05814a4a22bbf04e96545443d5b00fc3 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 19 Feb 2024 09:51:28 +0100 Subject: [PATCH] Added __init__.py --- amarillo/__init__.py | 1 + amarillo/plugins/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 amarillo/__init__.py diff --git a/amarillo/__init__.py b/amarillo/__init__.py new file mode 100644 index 0000000..0260537 --- /dev/null +++ b/amarillo/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file diff --git a/amarillo/plugins/__init__.py b/amarillo/plugins/__init__.py index e69de29..0260537 100644 --- a/amarillo/plugins/__init__.py +++ b/amarillo/plugins/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file