Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created February 28, 2022 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShahriyarR/0e99f6b71b5d83bf74295faffbe1784a to your computer and use it in GitHub Desktop.
Save ShahriyarR/0e99f6b71b5d83bf74295faffbe1784a to your computer and use it in GitHub Desktop.
class Vaccination(TypedDict):
date: date
manufacturer: Manufacturer
class QRCode(TypedDict):
name: str
birth: str
vaccinations: list[Vaccination]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment