bec/scan_bundler/launch.py

5 lines
69 B
Python

from scan_bundler import main
if __name__ == "__main__":
main()