summaryrefslogtreecommitdiffstats
path: root/nfsw/uwsgi.py
blob: dc87e58cf2e3cb1d53f044fbbf4aa4b75ccd7f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
#
#   SPDX-License-Identifier: ISC
#
#   Copyright (C) 2019 rsiddharth <s@ricketyspace.net>
#
#   This file is part of dingy.
#

from nfsw import create_app

app = create_app()