axione-elig-test/address_finder/model.py

11 lines
168 B
Python
Raw Normal View History

2021-11-02 15:21:34 +01:00
from typing import TypedDict
class Commune(TypedDict):
codeInsee: str
nom: str
codeZip: str
class FantoirVoie(TypedDict):
libelle: str
rivoli_with_key: int