mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-10 07:17:59 -05:00
5 lines
103 B
Python
5 lines
103 B
Python
try:
|
|
from .cjellyfish import * # noqa
|
|
except ImportError:
|
|
from ._jellyfish import * # noqa
|