From 259182720f63bbcbe258de37c9f494c085a2546f Mon Sep 17 00:00:00 2001 From: "Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno)" Date: Sun, 26 Apr 2026 17:31:30 -0300 Subject: Adiciona conteúdo do repositório provisório MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsgi.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 wsgi.py (limited to 'wsgi.py') diff --git a/wsgi.py b/wsgi.py new file mode 100755 index 0000000..65256b7 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,7 @@ +#!/usr/bin/python3 + +from federana import app + +if __name__ == '__main__': + app.run() + -- cgit v1.2.3