mirror of
https://github.com/zoriya/Autopipe.git
synced 2026-05-27 04:02:50 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.idea/
|
||||
venv/
|
||||
@@ -0,0 +1 @@
|
||||
from .autopipe import Autopipe
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import autopipe
|
||||
|
||||
if __name__ == "__main__":
|
||||
autopipe.Autopipe()
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
class Autopipe:
|
||||
def __init__(self):
|
||||
print("Hello from autopipe")
|
||||
pass
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../autopipe/__main__.py
|
||||
Reference in New Issue
Block a user