зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-30 04:36:05 +02:00
5 строки
148 B
Python
5 строки
148 B
Python
"""Agents package for ant colony simulation."""
|
|
|
|
from .nestmate import Nestmate, Position, TaskType
|
|
|
|
__all__ = ['Nestmate', 'Position', 'TaskType'] |