Skip to content
Snippets Groups Projects
Commit 9d12f5f2 authored by Jonas Leder's avatar Jonas Leder
Browse files

removed unused import

parent 7e5be1f8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from waitress import serve #Used as webserver (Production)
from flask import Flask, request, render_template, redirect, abort, Markup, session, make_response, jsonify #Used to prepare the dynamic pages
import sqlite3 #Used to store the Data
from flask import Flask, request, redirect, make_response #Used to prepare the dynamic pages
import os #Used for getting the enviorement variables
from itsdangerous import URLSafeSerializer #used for signing the cookies
import random #used for signing the cookies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment