import os DATA_DIR = os.environ.get('DATA_DIR') or "./data" MIGRATIONS_DIR = os.environ.get('MIGRATIONS_DIR') or "./migrations"