first commit
This commit is contained in:
14
sdk/python/algorithm_showcase/__init__.py
Normal file
14
sdk/python/algorithm_showcase/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""智能算法展示平台Python SDK"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
from .client import AlgorithmShowcaseClient
|
||||
from .models import Algorithm, AlgorithmVersion, AlgorithmCallRequest, AlgorithmCallResult
|
||||
|
||||
__all__ = [
|
||||
"AlgorithmShowcaseClient",
|
||||
"Algorithm",
|
||||
"AlgorithmVersion",
|
||||
"AlgorithmCallRequest",
|
||||
"AlgorithmCallResult"
|
||||
]
|
||||
Reference in New Issue
Block a user