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

8 lines
150 B
Python
Raw Normal View History

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