mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-08-26 02:34:55 -05:00
[+] Rust entrypoint in pypi
This commit is contained in:
4
hyfetch/rs.py
Normal file
4
hyfetch/rs.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .__main__ import run_rust
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_rust()
|
||||
Reference in New Issue
Block a user