Skip to content

Commit

Permalink
refactor(base_agents): introduce __all__ variable into base_agents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Jun 29, 2021
1 parent 8173324 commit 34f626b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agentMET4FOF/agents/base_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
from ..streams import DataStreamMET4FOF


__all__ = ["AgentMET4FOF", "MonitorAgent", "AgentNetwork"]


class AgentMET4FOF(MesaAgent, osBrainAgent):
"""
Base class for all agents with specific functions to be overridden/supplied by user.
Expand Down

0 comments on commit 34f626b

Please sign in to comment.