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

Commit 7fbd6ad

Browse files
Ethan ChrispEthan Chrisp
Ethan Chrisp
authored and
Ethan Chrisp
committed
Include LeaderboardEntry class in module imports
1 parent 6677873 commit 7fbd6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

callofduty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .client import Client
1212
from .enums import *
1313
from .errors import *
14-
from .leaderboard import Leaderboard
14+
from .leaderboard import Leaderboard, LeaderboardEntry
1515
from .loot import LootItem, Season
1616
from .match import Match
1717
from .player import Player

0 commit comments

Comments
 (0)