1
0
mirror of synced 2025-01-31 12:13:49 +01:00
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