Deep-Live-Cam/run.py

8 lines
124 B
Python

#!/usr/bin/env python3
from modules.subdirectory import core
def run():
# Your code here
print("Core is running")