summaryrefslogtreecommitdiff
path: root/examples/coolmagic/__init__.py
blob: 0526f1d690941428914033976ccd90cf0b233ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
"""
    coolmagic
    ~~~~~~~~~

    Package description goes here.

    :copyright: 2007 Pallets
    :license: BSD-3-Clause
"""
from .application import make_app