mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-17 18:29:26 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
try:
|
|
from .cjellyfish import * # noqa
|
|
except ImportError:
|
|
from ._jellyfish import * # noqa
|