from app import app from database import db_setup, export, parser db_setup.main() parser.main() export.main()