6 lines
66 B
Python
6 lines
66 B
Python
from open_webui import app
|
|
|
|
|
|
if __name__ == "__main__":
|
|
app()
|