* YOYO NEW API SPEC! * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 lines
74 B
Python
4 lines
74 B
Python
class CountryCode(str):
|
|
def __str__(self) -> str:
|
|
return self
|