I'm attempting to run some sample scripts as outlined in the examples. I'm not getting any errors but there is no data returning at all.
from sportsipy.mlb.teams import Teams
teams = Teams()
for team in teams:
print(team.name, team.abbreviation)
I expect team names and abbreviations to print but they are not.

Desktop (please complete the following information):
- OS: 64-bit Windows 10
- Sportsipy Version: 0.6.0
Please help!