mirror of
https://github.com/zoriya/Autopipe.git
synced 2025-12-06 02:56:09 +00:00
6 lines
90 B
Python
Executable File
6 lines
90 B
Python
Executable File
#!/usr/bin/env python3
|
|
import autopipe
|
|
|
|
if __name__ == "__main__":
|
|
exit(autopipe.main())
|