提交。

This commit is contained in:
dmy
2026-03-02 18:18:46 +08:00
parent 7a5bb05f58
commit a153e69eb7
6 changed files with 533 additions and 8 deletions

View File

@@ -29,8 +29,8 @@ class Animation:
return wrapTheFunction
def disable(self, _disable):
self._disable = _disable
def enable(self, _enable):
self._disable = not _enable
@switch_decorator
def init_fig(self):