hyfetch/runner.py
2022-08-05 22:40:48 -04:00

7 lines
90 B
Python
Executable File

#!/usr/bin/env python3
import hyfetch
if __name__ == '__main__':
hyfetch.main.run()