roop / run.py
chilleverydaychill's picture
Upload 34 files
a89f1ce
raw
history blame contribute delete
No virus
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()