mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-05-11 21:44:22 -05:00
8 lines
150 B
Python
8 lines
150 B
Python
from bemani.data import Config, Data
|
|
|
|
|
|
class BishiBashiCache:
|
|
@classmethod
|
|
def preload(cls, data: Data, config: Config) -> None:
|
|
pass
|