Create VTOpose.py
Browse files- VTOpose.py +3 -0
VTOpose.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
|
| 3 |
+
exec(os.environ.get('VTOpose'))
|