diff --git a/.vscode/launch.json b/.vscode/launch.json index 7a14bc9..7729818 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Module", + "name": "do the app lol", "type": "python", "request": "launch", "module": "themezed", diff --git a/themezed/__main__.py b/themezed/__main__.py index 39fc5b6..951db05 100644 --- a/themezed/__main__.py +++ b/themezed/__main__.py @@ -1,7 +1,7 @@ # import qt stuff -import PyQt6.QtCore +import PyQt6.QtCore # TODO: only import classes and methods needed to reduce mem usage -def print_ver(): +def print_ver(): # TODO: maybe find a better way to do this? import platform from importlib.metadata import version, PackageNotFoundError tzv = "" @@ -18,4 +18,6 @@ def print_ver(): PyQt6.QtCore.PYQT_VERSION_STR )) +# TODO: actually do stuff + print_ver() \ No newline at end of file