import sys
import os

# Add the application's directory to the Python path
sys.path.insert(0, '/home/magsbae/projects/testing/crypto')

# Import the Flask app object from your application file
from oa_ctest_v1_0 import app as application
