mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-31 06:42:06 +00:00
basic ui
This commit is contained in:
10
server/services/__init__.py
Normal file
10
server/services/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Backend Services
|
||||
================
|
||||
|
||||
Business logic and process management services.
|
||||
"""
|
||||
|
||||
from .process_manager import AgentProcessManager
|
||||
|
||||
__all__ = ["AgentProcessManager"]
|
||||
Reference in New Issue
Block a user