mathy/mathstream/__init__.py
2025-11-05 08:04:45 +01:00

3 lines
89 B
Python

from .engine import clear_logs, add, sub, mul, div, pow
from .number import StreamNumber