hrpc/hyper_rpc/plugin.py

7 lines
145 B
Python

"""Protoc plugin for hrpc client/server generation."""
def main():
"""Command-line entrypoint."""
print("hello from hrpc.plugin:main")