6 lines
96 B
Python
6 lines
96 B
Python
"""GUI package for VideoReceiverSFP."""
|
|
|
|
from .viewer import SfpViewer
|
|
|
|
__all__ = ["SfpViewer"]
|