stc

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

__init__.py (121B)


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