You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
213 B

# Necessary for some side-effects in Cython. Not sure I understand.
import numpy
from .about import __version__
from .config import registry
# fmt: off
__all__ = [
"registry",
"__version__",
]
# fmt: on