mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-17 01:34:36 +00:00
6 lines
100 B
Python
6 lines
100 B
Python
import os
|
|
import json
|
|
|
|
class Config:
|
|
def __init__(self, filename):
|
|
print("Huhu") |