I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-08-10 19:41:56 +00:00
parent 08ac3093a8
commit 8bb54b8382
13 changed files with 680 additions and 38 deletions

View File

@ -2,7 +2,10 @@ from enum import Enum
class UnitLengthFormat(str, Enum):
MILLIMETER = 'millimeter'
CENTIMETER = 'centimeter'
METER = 'meter'
KILOMTER = 'kilomter'
FOOT = 'foot'
INCH = 'inch'
MILE = 'mile'