import sys
import os

# Add the application's directory to the Python path
sys.path.insert(0, '/home/magsbae/projects/testing/stocks')

# Import the Flask app object from oa_s_v1_0
from oa_stest_v1_0 import app as application

