Files
ProcessDock/ProcessDock.pyw

6 lines
79 B
Python

from app import main
if __name__ == "__main__":
raise SystemExit(main())