summaryrefslogtreecommitdiff
path: root/lib/api/simulator.py
blob: 26c0246c3afbba7daab4a42a3ed01afcf5b6640d (plain)
1
2
3
4
5
6
7
8
# Authors: see git history
#
# Copyright (c) 2010 Authors
# Licensed under the GNU GPL version 3.0 or later.  See the file LICENSE for details.

from flask import Blueprint

simulator = Blueprint('simulator', __name__)