You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/swarms/sims/__init__.py

7 lines
151 B

from swarms.sims.senator_assembly import (
SenatorAssembly,
_create_senator_agents,
)
__all__ = ["SenatorAssembly", "_create_senator_agents"]