urban-investment-research/jurigged/__main__.py

5 lines
60 B
Python

from .live import cli
if __name__ == "__main__":
cli()