stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

__init__.py (127B)


      1 from flask import Blueprint
      2 
      3 bp = Blueprint('branches',__name__, template_folder='templates')
      4 
      5 from app.branches import routes