goldenstream / run.py
Moibe
Carga todo
ee31677
raw
history blame
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()