We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
0ct0pu5
/
neofetch
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
[+] Enable running through python -m hyfetch
Hykilpikonna
3 anni fa
parent
3124ec0b3e
commit
b100e35bc7
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
hyfetch/__main__.py
+ 4
- 0
hyfetch/__main__.py
Vedi File
@@ -0,0 +1,4 @@
+from hyfetch import main
+
+if __name__ == '__main__':
+ main.run()