chore: organize imports

This commit is contained in:
Yonokid
2025-12-27 13:26:24 -05:00
parent 174f322696
commit e719119764
38 changed files with 210 additions and 101 deletions

View File

@@ -1,4 +1,5 @@
import random
from libs.animation import Animation
from libs.bg_objects.bg_fever import BGFever4
from libs.bg_objects.bg_normal import BGNormal2
@@ -9,6 +10,7 @@ from libs.bg_objects.renda import RendaController
from libs.global_data import PlayerNum
from libs.texture import TextureWrapper
class Background:
def __init__(self, tex: TextureWrapper, player_num: PlayerNum, bpm: float, path: str, max_dancers: int):
self.tex_wrapper = tex