bensin_site/app/api/__init__.py

5 lines
82 B
Python

from flask import Blueprint
api = Blueprint('api', __name__)
from . import views