diff options
author | Wolfgang Müller | 2022-02-22 11:35:39 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-02-22 11:35:39 +0100 |
commit | 6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6 (patch) | |
tree | 70fb2980be82f73270add890c1ce8a0988a6e9e6 /beetsplug/__init__.py | |
download | beets-oriole-6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6.tar.gz |
Initial commit
Diffstat (limited to 'beetsplug/__init__.py')
-rw-r--r-- | beetsplug/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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__) |