mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
Initial Commit 🚀 🚀
This commit is contained in:
commit
4f2a629340
444 changed files with 76863 additions and 0 deletions
9
api/services/filesystem/__init__.py
Normal file
9
api/services/filesystem/__init__.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from .base import BaseFileSystem
|
||||
from .minio import MinioFileSystem
|
||||
from .s3 import S3FileSystem
|
||||
|
||||
__all__ = [
|
||||
"BaseFileSystem",
|
||||
"S3FileSystem",
|
||||
"MinioFileSystem",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue