Fix path to match package name
This commit is contained in:
1
hyper_rpc/__init__.py
Normal file
1
hyper_rpc/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""hrpc module."""
|
6
hyper_rpc/cli.py
Normal file
6
hyper_rpc/cli.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""User friendly command-line interface for hrpc generation."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Command-line entrypoint."""
|
||||
print("hello from hrpc.cli:main")
|
6
hyper_rpc/plugin.py
Normal file
6
hyper_rpc/plugin.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""Protoc plugin for hrpc client/server generation."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Command-line entrypoint."""
|
||||
print("hello from hrpc.plugin:main")
|
Reference in New Issue
Block a user