diff --git a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py index 2867652..6f0b8ca 100644 --- a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py +++ b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py @@ -1,3 +1,5 @@ # Agent365Exporter is not exported intentionally. # It should only be used internally by the observability core module. +from .agent365_exporter_options import Agent365ExporterOptions + __all__ = ["Agent365ExporterOptions"]