fe / run.py
phehvn's picture
Upload run.py
8ac1fbc verified
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()