Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit a01adef

Browse files
authored
Library structure changed
1 parent b7a6139 commit a01adef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/sdk/python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 2
1010
import vrchatapi
1111
from vrchatapi.api import authentication_api
1212
from vrchatapi.exceptions import UnauthorizedException
13-
from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
13+
from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode
1414

1515
configuration = vrchatapi.Configuration(
1616
username = 'username',

0 commit comments

Comments
 (0)