"""
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
"""

from .entity_base import EntityBase


class UnknownEntity(EntityBase):
    """Entity for unknown or forward-compatible types."""
