1
0
mirror of synced 2024-11-28 07:50:51 +01:00
bemaniutils/bemani/frontend/bishi/cache.py
2019-12-08 21:43:49 +00:00

11 lines
181 B
Python

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