Break up mapmodel.py monolith.

This commit is contained in:
Dan Albert
2021-12-21 13:00:41 -08:00
parent 490a4e8097
commit 8867aaeb6d
22 changed files with 1511 additions and 1361 deletions

View File

@@ -16,7 +16,7 @@ from PySide2.QtWebEngineWidgets import (
from game import Game
from qt_ui.models import GameModel
from qt_ui.simcontroller import SimController
from qt_ui.widgets.map.mapmodel import MapModel
from .model import MapModel
class LoggingWebPage(QWebEnginePage):