Nano-AutoGrad / init.py
deep-matter's picture
Upload 6 files
2ec702c
raw
history blame
181 Bytes
import os
import sys
# Add the parent directory of app.py to the system path
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(parent_dir)