提交 ab371377 编写于 作者: Z zhangjun

update

上级 e1c47de4
...@@ -13,19 +13,20 @@ ...@@ -13,19 +13,20 @@
# limitations under the License. # limitations under the License.
# pylint: disable=doc-string-missing # pylint: disable=doc-string-missing
from . import dag
from . import monitor from . import monitor
from . import rpc_service from . import rpc_service
from . import serve from . import serve
from . import web_service
from . import version from . import version
from dag import * __all__ = ["version", "server", "serve", "monitor", "rpc_service", "dag"]
from monitor import *
from rpc_service import *
from serve import *
from web_service import *
from version import *
SERVER_VERSION = "0.0.0" from paddle_serving_server import (
__version__ = SERVER_VERSION version,
\ No newline at end of file server,
serve,
monitor,
rpc_service,
dag,
)
__version__ = version.serving_server_version
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册