generated from KKlochko/poetry-template
Renamed to python_template
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
def sum(a, b):
|
||||
return a+b
|
||||
|
||||
def mul(a, b):
|
||||
return a*b
|
||||
|
||||
Reference in New Issue
Block a user