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

Commit

Permalink
Include LeaderboardEntry class in module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Chrisp authored and Ethan Chrisp committed Feb 1, 2020
1 parent 6677873 commit 7fbd6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callofduty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .client import Client
from .enums import *
from .errors import *
from .leaderboard import Leaderboard
from .leaderboard import Leaderboard, LeaderboardEntry
from .loot import LootItem, Season
from .match import Match
from .player import Player
Expand Down

0 comments on commit 7fbd6ad

Please sign in to comment.