added todo messages
This commit is contained in:
parent
39b190cf75
commit
6542cc29c6
2 changed files with 5 additions and 3 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -5,7 +5,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Python: Module",
|
"name": "do the app lol",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "themezed",
|
"module": "themezed",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# import qt stuff
|
# 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
|
import platform
|
||||||
from importlib.metadata import version, PackageNotFoundError
|
from importlib.metadata import version, PackageNotFoundError
|
||||||
tzv = ""
|
tzv = ""
|
||||||
|
@ -18,4 +18,6 @@ def print_ver():
|
||||||
PyQt6.QtCore.PYQT_VERSION_STR
|
PyQt6.QtCore.PYQT_VERSION_STR
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# TODO: actually do stuff
|
||||||
|
|
||||||
print_ver()
|
print_ver()
|
Loading…
Reference in a new issue