roop / run.py
3v324v23's picture
UP
93e2662
raw
history blame contribute delete
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()