Party/config.py
2022-05-10 17:51:02 +02:00

6 lines
100 B
Python

import os
import json
class Config:
def __init__(self, filename):
print("Huhu")