diff --git a/livekit-api/livekit/api/__init__.py b/livekit-api/livekit/api/__init__.py index 8b77afc7..9f8183f9 100644 --- a/livekit-api/livekit/api/__init__.py +++ b/livekit-api/livekit/api/__init__.py @@ -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 diff --git a/livekit-rtc/livekit/rtc/__init__.py b/livekit-rtc/livekit/rtc/__init__.py index 822bba0b..3c83ea74 100644 --- a/livekit-rtc/livekit/rtc/__init__.py +++ b/livekit-rtc/livekit/rtc/__init__.py @@ -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