7 lines
151 B
Python
7 lines
151 B
Python
"""User friendly command-line interface for hrpc generation."""
|
|
|
|
|
|
def main():
|
|
"""Command-line entrypoint."""
|
|
print("hello from hrpc.cli:main")
|