6 lines
137 B
Python
6 lines
137 B
Python
"""Simple import test for cibuildwheel"""
|
|
|
|
from livekit import blockguard
|
|
|
|
print("Successfully imported livekit.blockguard", blockguard)
|