Add rule api and test

This commit is contained in:
WQY\qiong
2022-10-29 19:09:34 +08:00
parent 44475cf005
commit 1109ca4b6d
5 changed files with 59 additions and 14 deletions

View File

@@ -52,6 +52,8 @@ from .s12_curves import get_curve_schema, get_curve, set_curve
from .s13_controls import get_control_schema, get_control, set_control
from .s14_rules import get_rule_schema, get_rule, set_rule
from .s16_emitters import get_emitter_schema, get_emitter, set_emitter
from .s21_times import TIME_STATISTIC_NONE, TIME_STATISTIC_AVERAGED, TIME_STATISTIC_MINIMUM, TIME_STATISTIC_MAXIMUM, TIME_STATISTIC_RANGE