[+] Create and save config

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-10 04:05:56 -04:00
parent 8363efe5f4
commit b955a2a4a8
3 changed files with 131 additions and 0 deletions

4
runner.py Normal file
View file

@ -0,0 +1,4 @@
import hyfetch
if __name__ == '__main__':
hyfetch.main.run()