mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-01 13:05:39 -05:00
5 lines
68 B
Python
5 lines
68 B
Python
from hyfetch import main
|
|
|
|
if __name__ == '__main__':
|
|
main.run()
|