mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
0131db8b7d
Add support for sending log events with k8s-provided timestamps Refactor env vars infrastructure
7 lines
100 B
Python
7 lines
100 B
Python
from clearml_agent.helper.environment import Entry, NotSet
|
|
|
|
__all__ = [
|
|
"Entry",
|
|
"NotSet"
|
|
]
|