state.py 116 Bytes
Newer Older
maming's avatar
maming committed
1
2
3
4
5
6
# Copyright (c) 2025, NVIDIA CORPORATION.
# SPDX-License-Identifier: BSD-3-Clause


class FlexState(dict):
    pass