Files
headphones/lib/jellyfish/__init__.py

5 lines
103 B
Python

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