mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
chore: organize imports
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
from enum import Enum
|
||||
from typing import Callable
|
||||
|
||||
import pyray as ray
|
||||
|
||||
from libs.global_data import PlayerNum
|
||||
from libs.global_data import global_data
|
||||
from libs.utils import OutlinedText, global_tex
|
||||
from libs.config import get_config
|
||||
from libs.audio import audio
|
||||
from libs.config import get_config
|
||||
from libs.global_data import PlayerNum, global_data
|
||||
from libs.utils import OutlinedText, global_tex
|
||||
|
||||
|
||||
class Nameplate:
|
||||
|
||||
Reference in New Issue
Block a user