fixed import error.

This commit is contained in:
Storm Dragon 2025-04-19 14:06:48 -04:00
parent 331b1c3ad5
commit 1e6f4b8913

View File

@ -45,6 +45,7 @@ from . import settings
from . import cthulhu_state from . import cthulhu_state
from .cthulhu_i18n import _ from .cthulhu_i18n import _
import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
_keysymsCache = {} _keysymsCache = {}