import os PRO_LIMIT = int(os.getenv("PRO_LIMIT", 50000)) ULTRA_LIMIT = int(os.getenv("ULTRA_LIMIT", 500000)) STRIPE_KEY = os.getenv("STRIPE_KEY")