Skip to content

Commit ada12fd

Browse files
committed
packaged files for pip
1 parent bf6f09f commit ada12fd

23 files changed

+63
-0
lines changed

mihirbhaiOP/LICENSE.txt

Whitespace-only changes.

mihirbhaiOP/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Test package to print the passed string
2+
Mihir bhai OP

mihirbhaiOP/build/lib/examplePackage/__init__.py

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def printThis(string):
2+
print(string)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from examplePackage.oneMoreScript import printThis
2+
3+
def printThis2(string):
4+
printThis(string)
1.17 KB
Binary file not shown.
1.28 KB
Binary file not shown.
1.21 KB
Binary file not shown.
1.93 KB
Binary file not shown.
2.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)