This commit is contained in:
shenjack 2024-06-18 20:18:55 +08:00
parent af5d2c6e9e
commit cdfc552c4f
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -89,6 +89,8 @@ class SR1ShipSelecter(BaseScreen):
super().__init__(main_window)
self.main_batch = Batch()
self.main_group = Group()
self.folder_path: Path = Path("ships")
class SR1ShipEditor(BaseScreen):