Switcher / run.py
crash10155's picture
Upload 166 files
289fb74 verified
#!/usr/bin/env python3
import sys
sys.path.append("D:/Switcher") # Ensure this path points to where SwitcherAI is located
from SwitcherAI import core
if __name__ == '__main__':
core.run()