Skip to content

Commit

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


__all__ = ["SineGenerator", "CosineGenerator"]


class SineGenerator(DataStreamMET4FOF):
"""
Built-in class of sine wave generator which inherits all
Expand Down

0 comments on commit 8c62972

Please sign in to comment.