Shit / run.py
brentph504's picture
Upload 58 files
632bd54 verified
raw
history blame contribute delete
95 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == "__main__":
core.run()