We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cebf226 + c2b0f09 commit cffe521Copy full SHA for cffe521
fsSignal/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.6"
+__version__ = "0.0.7"
2
__doc__ = """
3
Signal capturer v{}
4
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
@@ -16,6 +16,6 @@
16
You should have received a copy of the GNU Lesser General Public License
17
along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>.
18
""".format(__version__)
19
-from .fsSignal import KillSignal, SignalIterator, Signal
+from .fsSignal import KillSignal, SignalIterator, Signal, BaseSignal
20
21
-__all__ = "KillSignal", "SignalIterator", "Signal"
+__all__ = "KillSignal", "SignalIterator", "Signal", "BaseSignal"
0 commit comments