Spaces:
Running
Running
File size: 89 Bytes
f9e5067 |
1 2 3 4 5 6 7 |
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()
|