__init__.py 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 from .model import F3Classification from .const import CLASS_CN_LIST, CLASS_OTHER_FIRST classifier = F3Classification( class_name_list=CLASS_CN_LIST, class_other_first=CLASS_OTHER_FIRST )