mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
4 lines
81 B
Python
4 lines
81 B
Python
from .calc import sub, mult, div, soma
|
|
|
|
__all__ = ['sub', 'mult', 'div', 'soma']
|