6 lines
132 B
Python
6 lines
132 B
Python
#!/usr/bin/env python3
|
|
# Copyright (c) 2024 Julian Müller (ChaoticByte)
|
|
|
|
from transcriptapi.server import get_app
|
|
|
|
app = get_app()
|