Files
hyfetch/runner.py
T

5 lines
66 B
Python

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