1
0
mirror of synced 2025-01-31 12:13:49 +01:00

11 lines
181 B
Python
Raw Normal View History

from typing import Dict, Any
from bemani.data import Data
class BishiBashiCache:
@classmethod
def preload(cls, data: Data, config: Dict[str, Any]) -> None:
pass