Files
headphones/lib/jellyfish/__init__.py
T

5 lines
103 B
Python

try:
from .cjellyfish import * # noqa
except ImportError:
from ._jellyfish import * # noqa