Commit b616d41
authored
feat(country): add type hints for
* feat(country): add type hints for `Country` class
Enhances the `Country` class by adding type hints for the `code` attribute,
implementing comparison and equality methods, and introducing a new
property for `name`. This improves type safety and usability of the
class.
Implements: #91
* feat(deps): add phonenumbers package in dev deps
This change adds missing `phonenumbers` package in develop to have `mypy` pass out-of-the-box.
Implements: #91Country class (#92)1 parent 30832af commit b616d41
5 files changed
Lines changed: 243 additions & 489 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments