krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
289 Bytes
# flake8: noqa
import logging
from .about import __version__
from .candidate import Candidate
from .ice import Connection, ConnectionClosed, TransportPolicy
# Set default logging handler to avoid "No handler found" warnings.
logging.getLogger(__name__).addHandler(logging.NullHandler())