Add new alias VerificationLevel.very_high

This commit is contained in:
apple502j
2020-04-09 17:10:44 +09:00
parent 874c2cd3c9
commit 6d0db182b9
2 changed files with 7 additions and 0 deletions

View File

@ -221,6 +221,7 @@ class VerificationLevel(Enum):
table_flip = 3
extreme = 4
double_table_flip = 4
very_high = 4
def __str__(self):
return self.name