# Copyright (c) ZeroC, Inc. # slice2py version 3.8.1 from __future__ import annotations import IcePy ContextChannel = 2 """ Context for actions in the Channel menu. Notes ----- The Slice compiler generated this constant from Slice constant ``::MumbleServer::ContextChannel``. """ __all__ = ["ContextChannel"]