Add firstHeading styles
This commit is contained in:
parent
01476fff5d
commit
5d18cee75e
3 changed files with 4 additions and 4 deletions
5
app.py
5
app.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue