team-10/venv/Lib/site-packages/sympy/polys/agca/__init__.py
2025-08-02 02:00:33 +02:00

5 lines
130 B
Python

"""Module for algebraic geometry and commutative algebra."""
from .homomorphisms import homomorphism
__all__ = ['homomorphism']