Cleaned code

This commit is contained in:
Malasaur 2025-12-03 22:19:57 +01:00
parent 0ee727bca7
commit 932f33e372
No known key found for this signature in database
5 changed files with 11 additions and 14 deletions

View file

@ -1,6 +1,7 @@
from typing_extensions import TypedDict
from typing import Literal, NotRequired
from typing_extensions import TypedDict
class StartResponse(TypedDict):
status: Literal["running", "started"]