Navigam's picture
feat: expand task suite to 22 challenges and update reward signal mechanics
6392732
Raw
History Blame Contribute Delete
149 Bytes
from fastapi import FastAPI
from auth import require_auth
app = FastAPI()
@app.get('/api/billing')
def get_billing():
return {'billing': 'data'}