from environs import Env from os import urandom env = Env() env.read_env() db_url = env.str("db_url") secret_key = urandom(48)