9 lines
144 B
Python
9 lines
144 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
|
|
class DeprecatedException(Exception):
|
|
pass
|