Falko Schindler 2 lat temu
rodzic
commit
85e90a94fb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      nicegui/events.py

+ 1 - 0
nicegui/events.py

@@ -5,6 +5,7 @@ from typing import Any, Callable, List, Optional
 
 from starlette.websockets import WebSocket
 
+from . import globals
 from .elements.element import Element
 from .helpers import is_coroutine
 from .lifecycle import on_startup