File: __init__.py

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

__version__ = '0.4.8rc2'

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