6 lines
130 B
Python
6 lines
130 B
Python
|
"""Module for algebraic geometry and commutative algebra."""
|
||
|
|
||
|
from .homomorphisms import homomorphism
|
||
|
|
||
|
__all__ = ['homomorphism']
|