Commit 10acbf17 authored by Wei Shoulin's avatar Wei Shoulin
Browse files
parents 9204e31d b3d6d212
Pipeline #11708 failed with stages
in 0 seconds
......@@ -2,11 +2,15 @@ from .version import __version__
from .common import request
from io import BytesIO
from .exceptions.exception import AppError
from . import level0, level1, other, plan, catalog, dag
__all__ = [
"__version__",
"download_file",
"read_file",
]
def download_file(file_path: str) -> bytes:
"""
下载文件。
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment