Refactoring and cleanup

This commit is contained in:
2023-10-21 13:17:09 +00:00
parent 447081e5d0
commit bfc04b3831
13 changed files with 24 additions and 25 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
from __future__ import annotations
import shutil
import msgspec
from sanic import BadRequest
from cista import config
from cista.fileio import sanitize_filename
import msgspec
## Control commands
class ControlBase(msgspec.Struct, tag_field="op", tag=str.lower):