♻️ update imports

This commit is contained in:
2026-07-17 19:54:57 +02:00
parent 1f1b928fd7
commit 3bed4f9903
6 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ import os
import sys
from enum import Enum
from base_mob import BaseMob
from character_builder import CharacterBuilder
from level import Level
from .base_mob import BaseMob
from .character_builder import CharacterBuilder
from .level import Level
class Action(Enum):