gui_entry.py: Add missing import

This commit is contained in:
Mykola Grymalyuk
2024-05-28 18:53:50 -06:00
parent b27e349952
commit 18d66c66bb

View File

@@ -7,6 +7,9 @@ import sys
import atexit import atexit
import logging import logging
from Cocoa import NSApp, NSApplication
from .. import constants from .. import constants
from ..sys_patch import sys_patch_detect from ..sys_patch import sys_patch_detect