mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-21 00:13:39 +00:00
add scenecollection command group
minor bump
This commit is contained in:
@@ -5,7 +5,17 @@ from .cli import cli
|
||||
from .record import record
|
||||
from .replaybuffer import replaybuffer
|
||||
from .scene import scene
|
||||
from .scenecollection import scenecollection
|
||||
from .stream import stream
|
||||
from .studiomode import studiomode
|
||||
|
||||
__all__ = ['cli', 'scene', 'stream', 'record', 'audio', 'replaybuffer', 'studiomode']
|
||||
__all__ = [
|
||||
'cli',
|
||||
'scene',
|
||||
'stream',
|
||||
'record',
|
||||
'audio',
|
||||
'replaybuffer',
|
||||
'studiomode',
|
||||
'scenecollection',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user