-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better export names for protocol (#90)
- Loading branch information
1 parent
ba26dcc
commit d255eb5
Showing
36 changed files
with
6,467 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
from . import livekit_agent_pb2 as agent | ||
from . import livekit_egress_pb2 as egress | ||
from . import livekit_ingress_pb2 as ingress | ||
from . import livekit_models_pb2 as models | ||
from . import livekit_room_pb2 as room | ||
from . import livekit_webhook_pb2 as webhook | ||
|
||
from . import agent | ||
from . import egress | ||
from . import ingress | ||
from . import models | ||
from . import room | ||
from . import webhook | ||
from .version import __version__ | ||
|
4 changes: 2 additions & 2 deletions
4
...col/livekit/protocol/livekit_agent_pb2.py → livekit-protocol/livekit/protocol/agent.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.