pastebin/paste.wsgi

5 lines
93 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import main
application = main.app.wsgifunc()