Rodja Trappe 2 лет назад
Родитель
Сommit
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):