Initial commit

This commit is contained in:
Julian Müller (ChaoticByte) 2024-01-31 16:11:59 +01:00
commit cc818946b7
9 changed files with 185 additions and 0 deletions

6
app.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2024 Julian Müller (ChaoticByte)
from transcriptapi.server import get_app
app = get_app()