chutney/chutney.py

5 lines
76 B
Python
Raw Normal View History

2023-01-05 19:11:30 -05:00
import chutney.runner
if __name__ == '__main__':
2023-01-05 19:11:30 -05:00
chutney.runner.main()