Add classifier contracts

This commit is contained in:
2026-03-21 20:16:01 +01:00
parent 987bdb2b63
commit 5add445949
4 changed files with 7 additions and 0 deletions

View File

View File

@@ -0,0 +1,7 @@
from datetime import datetime
from beaky.datamodels.ticket import Ticket
def f(path:str, date:datetime) -> list[Ticket]:
...

View File

View File