vettorazi commited on
Commit
07c23d8
1 Parent(s): 4a912c9

Upload run.py

Browse files
Files changed (1) hide show
  1. run.py +6 -0
run.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+
3
+ from roop import core
4
+
5
+ if __name__ == '__main__':
6
+ core.run()