added Face Animator module

This commit is contained in:
iperov 2022-05-13 12:26:20 +04:00
commit ae8a1e0ff4
51 changed files with 773 additions and 158 deletions

View file

@ -137,6 +137,8 @@ class DynamicSingleSwitch:
none_choice_name('') str/None if not None, shows None choice with name,
by default empty string
"""
self.unselect()
# Validate choices
if choices is None:
raise ValueError('Choices cannot be None.')