create utils module

This commit is contained in:
WorldTeacher
2024-01-31 15:20:40 +01:00
parent cf7f0df434
commit 69e7d7a0de
4 changed files with 21 additions and 0 deletions

2
src/utils/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .pickles import load_pickle, dump_pickle
from .blob import create_blob