From 959fb4bb4ec50af4bc28a4de1455d25ab82b10e8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 19 Dec 2024 15:08:10 -0600 Subject: Make files into a module of its own. --- uploader/files/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 uploader/files/__init__.py (limited to 'uploader/files/__init__.py') diff --git a/uploader/files/__init__.py b/uploader/files/__init__.py new file mode 100644 index 0000000..4a62409 --- /dev/null +++ b/uploader/files/__init__.py @@ -0,0 +1,4 @@ +from .functions import (fullpath, + save_file, + chunked_binary_read, + sha256_digest_over_file) -- cgit v1.2.3