Skip to content

Commit

Permalink
register SpecialAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jan 21, 2025
1 parent 813a716 commit 1cebc61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin_panel/bd_models/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .ball_instance import BallInstanceAdmin
from .guild import GuildAdmin
from .player import PlayerAdmin
from .special import SpecialAdmin
from .trade import TradeAdmin

__all__ = [
Expand All @@ -11,5 +12,6 @@
"BallInstanceAdmin",
"GuildAdmin",
"PlayerAdmin",
"SpecialAdmin",
"TradeAdmin",
]

0 comments on commit 1cebc61

Please sign in to comment.