[ci] auto-format

This commit is contained in:
BroBordd 2025-04-07 00:16:33 +00:00 committed by github-actions[bot]
parent 8551a1e0c1
commit 092fe04f62

View file

@ -16,6 +16,7 @@ from bascenev1 import (
screenmessage as push
)
class VeryPW(party.PartyWindow):
def __init__(s, *args, **kwargs):
super().__init__(*args, **kwargs)
@ -65,7 +66,8 @@ class VeryPW(party.PartyWindow):
v_align='center',
size=(900, 13),
scale=0.55,
color=(1, 1, 1) if z != (s._n if s._n > -1 else s._n + len(s._w1) + 1) else (0, 0.7, 0),
color=(1, 1, 1) if z != (s._n if s._n > -
1 else s._n + len(s._w1) + 1) else (0, 0.7, 0),
position=(-0.6, 0),
selectable=True,
autoselect=True,
@ -82,6 +84,8 @@ class VeryPW(party.PartyWindow):
# ba_meta require api 9
# ba_meta export plugin
class byBordd(Plugin):
def __init__(s):
party.PartyWindow = VeryPW