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

from __future__ import absolute_import
Antoine Millet's avatar
Antoine Millet committed

from sjrpc.server.simple import GreenRpcServer, SSLGreenRpcServer
Antoine Millet's avatar
Antoine Millet committed

__all__ = ('GreenRpcServer', 'SSLGreenRpcServer')