mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
6 lines
103 B
Python
6 lines
103 B
Python
import ddtrace.bootstrap.sitecustomize as module
|
|
|
|
|
|
if __name__ == '__main__':
|
|
print(module.loaded)
|