mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 16:27:28 -04:00
6 lines
63 B
Python
6 lines
63 B
Python
from app import app
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
app.run() |