tbh idk
This commit is contained in:
parent
6542cc29c6
commit
7ff7865f32
2 changed files with 17 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# import qt stuff
|
||||
import PyQt6.QtCore # TODO: only import classes and methods needed to reduce mem usage
|
||||
|
||||
def print_ver(): # TODO: maybe find a better way to do this?
|
||||
def print_ver() -> None: # TODO: maybe find a better way to do this?
|
||||
import platform
|
||||
from importlib.metadata import version, PackageNotFoundError
|
||||
tzv = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue