Implemented everything upload

This commit is contained in:
2020-11-28 06:17:45 +01:00
parent 313f54b5e0
commit b58b27e534
11 changed files with 206 additions and 5 deletions

4
src/utils/exceptions.py Normal file
View File

@@ -0,0 +1,4 @@
class FileIntegrityError(BaseException):
pass