worker ultra import

Former-commit-id: 3bf418f131
workerULTRANODE
Kye 2 years ago
parent cbb0c26ed8
commit ab0cdd46ad

@ -1,3 +1,3 @@
"""Agents, workers and bosses"""
from ..agents.workers import worker_node
from .workers.WorkerUltraNode import UltraNode
from .workers.WorkerUltraNode import WorkerUltraNode

@ -1 +1 @@
"""Agents"""
"""Agents"""

@ -1,3 +1,2 @@
from .WorkerNode import worker_node
from .WorkerUltraNode import UltraNode
from .WorkerUltraNode import WorkerUltraNode

Loading…
Cancel
Save