Skip to content

Commit a2d1c0f

Browse files
committed
feat: add main
1 parent 40b179f commit a2d1c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

semantic_release_pypi_example/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ def div(a,b):
1717

1818
def mod(a,b):
1919
return a%b
20+
21+
if __name__ == '__main__':
22+
print(f'1+1={add(1,1)}')

0 commit comments

Comments
 (0)