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,8 +1,10 @@
import random
import pyray as ray
from libs.animation import Animation
from libs.texture import TextureWrapper
import pyray as ray
class Chibi:

View File

@@ -3,6 +3,7 @@ import random
from libs.animation import Animation
from libs.texture import TextureWrapper
class Dancer:
@staticmethod

View File

@@ -1,6 +1,7 @@
from libs.animation import Animation
from libs.texture import TextureWrapper
class Fever:
@staticmethod

View File

@@ -1,5 +1,6 @@
from libs.texture import TextureWrapper
class Footer:
def __init__(self, tex: TextureWrapper, index: int, path: str = 'background'):
self.index = index

View File

@@ -1,8 +1,10 @@
import random
import pyray as ray
from libs.animation import Animation
from libs.texture import TextureWrapper
import pyray as ray
class Renda: