init package and add first subpackages
This commit is contained in:
6
src/paveit/helper/__init__.py
Normal file
6
src/paveit/helper/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .filehasher import calc_hash_of_bytes
|
||||
from .minio import get_minio_client_archive, get_minio_client_processing
|
||||
|
||||
__all__ = ['get_minio_client_archive', 'get_minio_client_processing',
|
||||
'calc_hash_of_bytes'
|
||||
]
|
||||
Reference in New Issue
Block a user