Skip to content

Commit

Permalink
Merge pull request #5 from IPLSplatoon/1.2.2expose-bracket
Browse files Browse the repository at this point in the history
Export all brackets in brackets module
  • Loading branch information
vlee489 authored Oct 8, 2024
2 parents 3a68f40 + 2c5854d commit 7fe1d4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sendou-py"
version = "1.2.1"
version = "1.2.2"
description = "An async Python library for Sendou.ink"
authors = [ "Vincent Lee <[email protected]>",]
license = "MIT"
Expand Down
5 changes: 3 additions & 2 deletions sendou/models/tournament/bracket/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .bracket import Bracket
from .Standing import BracketStanding, StandingStats
from .bracket import BracketMeta, BracketSettings, BracketStage, BracketGroup, BracketRound, BracketMatch, \
BracketMatchOpponent, BracketData, Bracket
from .type import BracketType, RoundType, MatchResult
from .Standing import BracketStanding
1 change: 0 additions & 1 deletion sendou/models/tournament/bracket/bracket.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class BracketSettings:
Bracket Settings
Attributes:
size (int): Bracket Size
seed_ordering (List[str]): Seed Ordering
consolation_final (Optional[bool]): Consolation Final
Expand Down

0 comments on commit 7fe1d4c

Please sign in to comment.