rename app ; add new,open,save actions
This commit is contained in:
parent
ee7a266e9d
commit
4d56a90790
37 changed files with 271 additions and 127 deletions
6
main.py
6
main.py
|
|
@ -4,9 +4,9 @@ sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), "src")
|
|||
|
||||
from PyQt6.QtWidgets import QApplication
|
||||
|
||||
from wargame_campaign.view.view import View
|
||||
from wargame_campaign.model.model import Model
|
||||
from wargame_campaign.controller.controller import Controller
|
||||
from warchron.view.view import View
|
||||
from warchron.model.model import Model
|
||||
from warchron.controller.controller import Controller
|
||||
|
||||
if sys.version_info < (3, 12):
|
||||
raise RuntimeError("Python 3.12 or higher is required")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue