Skip to content

Commit

Permalink
refactor(signal_agents): introduce __all__ variable into signal_agent…
Browse files Browse the repository at this point in the history
…s.py
  • Loading branch information
BjoernLudwigPTB committed Jun 29, 2021
1 parent 396a95e commit 364702f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agentMET4FOF/agents/signal_agents.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from .base_agents import AgentMET4FOF
from ..streams import SineGenerator

__all__ = ["SineGeneratorAgent"]


class SineGeneratorAgent(AgentMET4FOF):
"""An agent streaming a sine signal
Expand Down

0 comments on commit 364702f

Please sign in to comment.