We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
0ct0pu5
/
neofetch
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
[+] Enable running through python -m hyfetch
Hykilpikonna
hace 3 años
padre
3124ec0b3e
commit
b100e35bc7
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
hyfetch/__main__.py
+ 4
- 0
hyfetch/__main__.py
Ver fichero
@@ -0,0 +1,4 @@
+from hyfetch import main
+
+if __name__ == '__main__':
+ main.run()