GravityFalls / python /api /restart.py
frdel
api cleanup, microphone permission
f7bc25b
from python.helpers.api import ApiHandler, Request, Response
from python.helpers import process
class Restart(ApiHandler):
async def process(self, input: dict, request: Request) -> dict | Response:
process.reload()
return Response(status=200)