[models] move typedefs into models module
This commit is contained in:
parent
a7d0bee0e7
commit
312e60fa1f
2 changed files with 3 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class SearchBar(Static):
|
|||
)
|
||||
|
||||
|
||||
TeilchenDatum = tuple[int, str, str, str, str]
|
||||
TeilchenHeader = tuple[
|
||||
Literal["pk"],
|
||||
Literal["Name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue