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