ROOP-MC / run.py
zarroug's picture
Upload run.py
e1cef5a verified
raw
history blame contribute delete
95 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()