hyfetch/runner.py
2022-04-10 04:05:56 -04:00

4 lines
66 B
Python

import hyfetch
if __name__ == '__main__':
hyfetch.main.run()