File size: 141 Bytes
818d6ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
PLANS = {
    "pro": {"limit": 50000},
    "ultra": {"limit": 500000}
}

def get_plan(api_key):
    # Replace with DB later
    return "pro"