#!/usr/bin/env python3 """ VR180 Streaming entry point for python -m vr180_streaming """ from .main import main if __name__ == "__main__": main()