solutions table

This commit is contained in:
Egor Matveev
2021-12-18 10:21:13 +03:00
parent bd9ffa20bc
commit c2b1e67be5
10 changed files with 158 additions and 54 deletions

View File

@@ -1,8 +1,10 @@
from functools import cached_property
from SprintLib.utils import get_bytes, write_bytes, delete_file
class FileStorageMixin:
@property
@cached_property
def text(self):
return get_bytes(self.fs_id).decode("utf-8")