Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
6 lines
143 B
Python
6 lines
143 B
Python
import sys
|
|
import os
|
|
|
|
# Add apps directory to path for imports
|
|
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|