mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
d7979116f4
commit
5c938eb488
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from babase._mgen.enums import SpecialChar
|
|||
|
||||
ICONS = [babase.charstr(i) for i in SpecialChar]
|
||||
|
||||
|
||||
class MPW(bauiv1lib.party.PartyWindow):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
@ -61,6 +62,8 @@ class MPW(bauiv1lib.party.PartyWindow):
|
|||
|
||||
# ba_meta require api 9
|
||||
# ba_meta export babase.Plugin
|
||||
|
||||
|
||||
class byYelllow(babase.Plugin):
|
||||
def __init__(self):
|
||||
bauiv1lib.party.PartyWindow = MPW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue