bec/device_server/launch.py

5 lines
70 B
Python

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