File: __init__.py

package info (click to toggle)
python-grpclib 0.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: python: 6,864; 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.9'

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