team-10/env/Lib/site-packages/sympy/polys/agca/__init__.py

6 lines
130 B
Python
Raw Permalink Normal View History

2025-08-02 07:34:44 +02:00
"""Module for algebraic geometry and commutative algebra."""
from .homomorphisms import homomorphism
__all__ = ['homomorphism']