Projekt

Obecné

Profil

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