File size: 155 Bytes
9c6594c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""Compatibility wandb_run module.

In the future use:
    from wandb.sdk.wandb_run import Run
"""

from wandb.sdk.wandb_run import Run

__all__ = ["Run"]