File: __init__.py

package info (click to toggle)
python-grpclib 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 3,370; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from .const import Status
from .exceptions import GRPCError

__version__ = '0.4.8'

__all__ = (
    'Status',
    'GRPCError',
)