mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
41c07129ce
commit
189f0349dc
1 changed files with 4 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import bauiv1 as bui
|
|||
import bauiv1lib.party
|
||||
import bascenev1 as bs
|
||||
|
||||
|
||||
class FastEpicSwitcher(bauiv1lib.party.PartyWindow):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
@ -42,6 +43,8 @@ class FastEpicSwitcher(bauiv1lib.party.PartyWindow):
|
|||
bui.screenmessage("Switched to Epic Mode!", color=(0, 1, 0))
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class ByANES(babase.Plugin):
|
||||
def __init__(self):
|
||||
bauiv1lib.party.PartyWindow = FastEpicSwitcher
|
||||
bauiv1lib.party.PartyWindow = FastEpicSwitcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue