Falko Schindler 2 سال پیش
والد
کامیت
85e90a94fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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