1
0
mirror of synced 2024-11-24 14:30:09 +01:00
artemis/titles/pokken/database.py
2023-02-27 11:57:49 -05:00

6 lines
165 B
Python

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