Add firstHeading styles

This commit is contained in:
Yusur 2021-12-24 17:56:38 +01:00
parent 01476fff5d
commit 5d18cee75e
3 changed files with 4 additions and 4 deletions

5
app.py
View file

@ -18,9 +18,8 @@ from flask import (
render_template, send_from_directory)
from werkzeug.routing import BaseConverter
from peewee import *
import (
csv, datetime, hashlib, html, importlib, json, markdown, os, random, re,
sys, uuid, warnings)
import csv, datetime, hashlib, html, importlib, json, markdown, os, random, \
re, sys, uuid, warnings
from functools import lru_cache, partial
from urllib.parse import quote
from configparser import ConfigParser