fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
 
 
 
 

5 lines
109 B

from flask import Blueprint
bp = Blueprint('auth', __name__)
if 1 == 1:
from app.patterns import routes