We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b179f commit a2d1c0fCopy full SHA for a2d1c0f
semantic_release_pypi_example/__init__.py
@@ -17,3 +17,6 @@ def div(a,b):
17
18
def mod(a,b):
19
return a%b
20
+
21
+if __name__ == '__main__':
22
+ print(f'1+1={add(1,1)}')
0 commit comments