mirror of
https://github.com/Mintplex-Labs/pyannote-audio-legacy.git
synced 2026-07-01 20:24:10 -04:00
2ee6b47397
Co-authored-by: Hervé BREDIN <hbredin@users.noreply.github.com>
9 lines
194 B
Python
9 lines
194 B
Python
from pyannote.audio.core.model import Model
|
|
|
|
|
|
def test_import_lib():
|
|
"""This is a dummy test, just to check
|
|
if the lib can be successfully imported.
|
|
"""
|
|
assert Model is not None
|