We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dca80 commit 95e3656Copy full SHA for 95e3656
3 files changed
src/HwCodecDetect/__init__.py
@@ -1,6 +1,7 @@
1
# HwCodecDetect/__init__.py
2
import os
3
from .install_ffmpeg_if_needed import install_ffmpeg_if_needed
4
+from .gui import launch_gui, HwCodecGUI
5
6
def _read_version():
7
try:
@@ -14,4 +15,4 @@ def _read_version():
14
15
__author__ = "whyb"
16
__email__ = "whyber@outlook.com"
17
__license__ = "BSD-3-Clause"
-__url__ = "https://github.com/whyb/HwCodecDetect"
18
+__url__ = "https://github.com/whyb/HwCodecDetect"
0 commit comments