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

8 lines
150 B
Python

from bemani.data import Config, Data
class BishiBashiCache:
@classmethod
def preload(cls, data: Data, config: Config) -> None:
pass