ai-content-maker/.venv/Lib/site-packages/sympy/polys/agca/__init__.py

6 lines
130 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
"""Module for algebraic geometry and commutative algebra."""
from .homomorphisms import homomorphism
__all__ = ['homomorphism']