Files
KKAFIO/app/modules/base.py
RedDeadDepresso 7a6d956c48 feat: new gui
2024-07-23 12:31:28 +01:00

17 lines
231 B
Python

from app.common.config import cfg
class Request:
def __init__(self) -> None:
pass
class Handler:
def __init__(self) -> None:
pass
def set_next(self):
pass
def handle(self):
pass