Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 6e2bb90

Browse files
committed
Imports
1 parent 7ff79c7 commit 6e2bb90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/async/WebSocket Client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from vrcpy.wss import AWSSClient
2+
import asyncio
3+
import time
4+
15
class AClient(AWSSClient):
26
async def on_friend_location(self, friend, world, location, instance):
37
print("{} is now in {}.".format(friend.displayName, world.name))

0 commit comments

Comments
 (0)