mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
7 lines
237 B
Python
7 lines
237 B
Python
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
from .get_azcopy import get_azcopy
|
|
from .logger import get_logger
|
|
from .platform import (is_windows, is_macOS, is_linux)
|
|
from .run import run
|