Fancy Math project
This commit is contained in:
1
src/fancymath/__init__.py
Normal file
1
src/fancymath/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
import fancymath.math
|
||||
2
src/fancymath/math.py
Normal file
2
src/fancymath/math.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def add(x1, x2):
|
||||
return x1 + x2
|
||||
Reference in New Issue
Block a user