From 6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 22 Feb 2022 11:35:39 +0100 Subject: Initial commit --- beetsplug/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 beetsplug/__init__.py (limited to 'beetsplug/__init__.py') diff --git a/beetsplug/__init__.py b/beetsplug/__init__.py new file mode 100644 index 0000000..3ad9513 --- /dev/null +++ b/beetsplug/__init__.py @@ -0,0 +1,2 @@ +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) -- cgit v1.2.3-2-gb3c3