Week 2: Technical Assistant - Salah (Bootcamp)
This commit is contained in:
13
week2/community-contributions/salah/v2/run.py
Normal file
13
week2/community-contributions/salah/v2/run.py
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
# Add src to Python path
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src'))
|
||||
|
||||
# Now import and run
|
||||
from main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user