Print version information in debug output

This commit is contained in:
Alex Forencich
2020-11-22 23:09:20 -08:00
parent 306b09f967
commit 96feba1016
6 changed files with 38 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ THE SOFTWARE.
"""
from .version import __version__
from .constants import *
from .axis import AxiStreamFrame, AxiStreamSource, AxiStreamSink