blob: ca124f2a377a3d4bc8d57713eaf405655b9b6755 [file] [log] [blame]
try:
from .cjellyfish import * # noqa
library = "C"
except ImportError:
from ._jellyfish import * # noqa
library = "Python"