19 lines
307 B
Python
19 lines
307 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
ContextUser = 4
|
|
"""
|
|
Context for actions in the User menu.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::ContextUser``.
|
|
"""
|
|
|
|
__all__ = ["ContextUser"]
|