feat: add ProcessDock process and port manager
This commit is contained in:
5
ProcessDock.pyw
Normal file
5
ProcessDock.pyw
Normal file
@@ -0,0 +1,5 @@
|
||||
from app import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user