Beta/venv/lib/python3.12/site-packages/sympy/algebras/__init__.py

3 lines
62 B
Python

from .quaternion import Quaternion
__all__ = ["Quaternion",]