19 lines
350 B
Python
19 lines
350 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionMakeChannel = 64
|
|
"""
|
|
Make new channel as a subchannel of this channel.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionMakeChannel``.
|
|
"""
|
|
|
|
__all__ = ["PermissionMakeChannel"]
|