1
0
mirror of synced 2024-12-03 18:17:18 +01:00
bemaniutils/bemani/frontend/bishi/cache.py

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