EVAL/core/upload/__init__.py
ChungHwan Han 3ec0cc786c
Feature/better usability (#6)
* refactor: api, core

* feat: static uploader

* doc: update readme

* fix: mkdir static file

* doc: typo
2023-03-23 16:33:45 +09:00

3 lines
62 B
Python

from .s3 import S3Uploader
from .static import StaticUploader