Skip to content

Commit 6390c3a

Browse files
committed
chore: make equipment class importable
1 parent 0e5ee90 commit 6390c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
GatewayError,
5555
PrivateWarLog,
5656
)
57-
from .hero import Hero, Pet
57+
from .hero import Equipment, Hero, Pet
5858
from .http import BasicThrottler, BatchThrottler, HTTPClient
5959
from .iterators import (
6060
ClanIterator,

0 commit comments

Comments
 (0)