File size: 289 Bytes
06555b5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# 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())