Update actors/ghost_mode_controller.py

This commit is contained in:
2025-04-15 22:08:48 +02:00
parent 15f8e4bb2e
commit b3e48c4039

View File

@@ -1,5 +1,5 @@
import time
from enums import GhostMode
from .enums import GhostMode
class GhostModeController:
def __init__(self):