#!/usr/bin/env python3
from modules.core import DeepFakeApp
app = DeepFakeApp()
if __name__ == '__main__':
app.run()