from numpy import matrix
from .defmatrix import bmat, asmatrix

__all__ = ["matrix", "bmat", "asmatrix"]
