Matt300209's picture
Add files using upload-large-folder tool
948620a verified
from .Shadow import __version__
# Void cython.* directives (for case insensitive operating systems).
from .Shadow import *
def load_ipython_extension(ip):
"""Load the extension in IPython."""
from .Build.IpythonMagic import CythonMagics # pylint: disable=cyclic-import
ip.register_magics(CythonMagics)