diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-11 07:12:20 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-11 07:23:48 +0530 |
commit | 96623ab5c6cea59c22395a47f00a13d334de6106 (patch) | |
tree | b45c10b8d6e3633813d238f7348e09b7aa670b9b /devscripts/__init__.py | |
parent | 7e798d725ed8337c10bd91c0176265a678c61cf1 (diff) | |
download | hypervideo-pre-96623ab5c6cea59c22395a47f00a13d334de6106.tar.lz hypervideo-pre-96623ab5c6cea59c22395a47f00a13d334de6106.tar.xz hypervideo-pre-96623ab5c6cea59c22395a47f00a13d334de6106.zip |
[devscripts] Fix import
Closes #4603
Diffstat (limited to 'devscripts/__init__.py')
-rw-r--r-- | devscripts/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/__init__.py b/devscripts/__init__.py new file mode 100644 index 000000000..750dbdca7 --- /dev/null +++ b/devscripts/__init__.py @@ -0,0 +1 @@ +# Empty file needed to make devscripts.utils properly importable from outside |