blob: 4ffe17ec2cb8ea7cae689db06f1822344032aec5 [file] [log] [blame]
from dataclasses import dataclass
@dataclass(frozen=True)
class SDLNamespaces:
"""
This dataclass has namespace information about the well-known usecase.
"""
E2_MANAGER = "e2Manager" # Namespace where rnib information is stored
sdl_namespaces = SDLNamespaces()