Refactoring and cleanup

This commit is contained in:
Leo Vasanko
2023-10-21 19:17:09 +03:00
committed by LeoVasanko
parent e90174a09d
commit e68a05e663
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):