Source code for pytximport.core

"""Expose the functions in the core module."""

from ._tximport import tximport

[docs] pytximport = tximport