mathy/mathstream/__init__.py
2025-11-05 07:52:44 +01:00

3 lines
84 B
Python

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