summaryrefslogtreecommitdiffstats
path: root/nfsw/uwsgi.py
blob: c8587b38937a4f819b075c32d765089ef487ef00 (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 nfsw.
#

from nfsw import create_app

app = create_app()