mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
raw
history blame contribute delete
130 Bytes
"""Module for algebraic geometry and commutative algebra."""
from .homomorphisms import homomorphism
__all__ = ['homomorphism']