Files
kittycad.py/kittycad/models/country_code.py
Jess Frazelle 29b0200c4c Update api spec (#145)
* 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>
2023-09-29 15:51:03 -07:00

4 lines
74 B
Python

class CountryCode(str):
def __str__(self) -> str:
return self