refactor: move web entry main.py to tools/serve.py
This commit is contained in:
@@ -10,7 +10,7 @@ import webbrowser
|
||||
|
||||
import uvicorn
|
||||
|
||||
from ai_mouse.server import create_app
|
||||
from tools.server import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
Reference in New Issue
Block a user