test_space / assets /source /__init__.py
zerrin's picture
Upload 11 files
4ab2d90 verified
raw
history blame contribute delete
No virus
128 Bytes
from .api import Api, non_streamed_format
# create api instance
api = Api()
__all__ = [
"api",
"non_streamed_format"
]