refacto update ; pretify code
This commit is contained in:
parent
6bd3ee31dc
commit
fbb1c913ba
11 changed files with 594 additions and 310 deletions
1
main.py
1
main.py
|
|
@ -1,5 +1,6 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), "src"))
|
||||
|
||||
from PyQt6.QtWidgets import QApplication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue