refactoring

This commit is contained in:
iperov 2021-10-26 12:25:58 +04:00
parent 61d9f99b2b
commit d90ec2d024
17 changed files with 202 additions and 41 deletions

View file

@ -0,0 +1,6 @@
from enum import IntEnum
class ELandmarks2D(IntEnum):
L5 = 0
L68 = 1
L468 = 2