mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
4 lines
68 B
Python
4 lines
68 B
Python
from .session import patch, unpatch
|
|
|
|
__all__ = ['patch', 'unpatch']
|