Skip to content
__init__.py 124 B
Newer Older
Antoine Millet's avatar
Antoine Millet committed
#!/usr/bin/env python
#coding:utf8

from sjrpc.server.simple import *

__all__ = ('SimpleRpcServer', 'SimpleSslRpcServer')