cable_club.data.configparser module¶
Functions to interact with config files.
- cable_club.data.configparser.PokeDex¶
Maps Pokemon names to their information.
- class cable_club.data.configparser.PokeInfo[source]¶
Bases:
TypedDictInformation about a Pokemon found in config files.
- abilities: set[str]¶
- forms: set[int]¶
- genders: set[int]¶
- moves: set[str]¶