urban-investment-research/jurigged/__main__.py

5 lines
60 B
Python
Raw Normal View History

2023-03-13 16:27:35 +08:00
from .live import cli
if __name__ == "__main__":
cli()