rename app ; add new,open,save actions

This commit is contained in:
Maxime Réaux 2026-01-19 11:16:23 +01:00
parent ee7a266e9d
commit 4d56a90790
37 changed files with 271 additions and 127 deletions

View file

@ -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")