updates to use pyteamsnap module

This commit is contained in:
2022-06-28 12:43:53 -05:00
committed by asc
parent a906e9b2c5
commit 230089f301

View File

@@ -108,7 +108,8 @@ An unoffical python wrapper for the [TeamSnap API](https://www.teamsnap.com/docu
## Usage Example
```python
from pyteamsnap.api import TeamSnap, Me, Event, EventLineupEntry, Member
from pyteamsnap.client import TeamSnap
from pyteamsnap.objects import Me, Event, EventLineupEntry, Member
client = TeamSnap(token=TOKEN)
# get authenticated user