Projekt

Obecné

Profil

Stáhnout (107 Bajtů) Statistiky
| Větev: | Revize:
1 af7609b5 Tomáš Ballák
from typing import Dict, Set
2
ConfigType = Dict[str, any]
3
StringSetType = Set[str]
4
DateDict = Dict[str, any]