crystal99 commited on
Commit
5dc43f1
·
verified ·
1 Parent(s): a31c61e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from screenenv import ScreenEnv
2
+
3
+ # Create virtual desktop instance with GUI
4
+ app = ScreenEnv()