Skip to content

Commit

Permalink
correctly import everything
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 3, 2023
1 parent 58cff2e commit 229dddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion livekit-api/livekit/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""LiveKit Server SDK
"""LiveKit API SDK
"""

# flake8: noqa
from .version import __version__
from .access_token import VideoGrants, AccessToken
from .room_service import RoomService
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""LiveKit Client SDK
"""LiveKit RTC SDK
"""

# flake8: noqa
Expand Down

0 comments on commit 229dddd

Please sign in to comment.