Skip to content

Commit 0b3bcf2

Browse files
committed
Update v1.0
1 parent a353e73 commit 0b3bcf2

17 files changed

+27992
-0
lines changed

Graphpython.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env python3
2+
3+
from Graphpython.__main__ import main
4+
5+
if __name__ == '__main__':
6+
main()

Graphpython/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include graphpython/commands/graphpermissions.txt

Graphpython/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# chama

Graphpython/commands/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# chama

0 commit comments

Comments
 (0)