accountant/accountant/api/__init__.py
2015-06-05 23:34:04 +02:00

7 lines
90 B
Python

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