__init__.py 130 B

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