CleanUP before update

This commit is contained in:
App Generator
2021-02-10 11:42:20 +02:00
parent fec08795e1
commit 0f7fc0cd35
226 changed files with 0 additions and 42346 deletions

View File

@ -1,14 +0,0 @@
# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""
from flask import Blueprint
blueprint = Blueprint(
'base_blueprint',
__name__,
url_prefix='',
template_folder='templates',
static_folder='static'
)