Files
beets_music_video_deux/beetsplug/__init__.py
2026-03-18 16:38:41 -04:00

8 lines
177 B
Python

# Copyright: Copyright (c) 2020., <AUTHOR>
# Author: <AUTHOR> <EMAIL>
# License: See LICENSE.txt
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)