1
0
mirror of synced 2024-11-28 16:00:48 +01:00
artemis/titles/pokken/database.py
2023-03-09 11:38:58 -05:00

8 lines
167 B
Python

from core.data import Data
from core.config import CoreConfig
class PokkenData(Data):
def __init__(self, cfg: CoreConfig) -> None:
super().__init__(cfg)