mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-04 22:50:54 +00:00
BIG PYTHON REFACTOR
Python scripts moved out of python/ folder to root to be unified with plugins + frontend extension around api calls
This commit is contained in:
parent
f94b7d742c
commit
d02dda3667
326 changed files with 1096 additions and 862 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from python.helpers.print_style import PrintStyle
|
||||
from python.helpers.websocket import WebSocketHandler
|
||||
from helpers.print_style import PrintStyle
|
||||
from helpers.websocket import WebSocketHandler
|
||||
|
||||
|
||||
class HelloHandler(WebSocketHandler):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue