Initial commit
This commit is contained in:
commit
cc818946b7
9 changed files with 185 additions and 0 deletions
6
app.py
Normal file
6
app.py
Normal 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()
|
Reference in a new issue