import os from .default import * if os.environ.get("GUILD_JOURNAL_ENV") == "production": from .production import * else: from .development import *