Rodja Trappe 2 роки тому
батько
коміт
26579e2edb
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      examples/trello_cards/draganddrop.py

+ 1 - 0
examples/trello_cards/draganddrop.py

@@ -3,6 +3,7 @@ from __future__ import annotations
 from typing import Callable, Optional, Protocol
 
 from nicegui import ui
+from typing_extensions import Protocol
 
 
 class Item(Protocol):