Start work on registration page
This commit is contained in:
parent
7775248c03
commit
ede52161ca
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
from flask import Flask, render_template
|
from flask import Flask, render_template
|
||||||
import json
|
import json
|
||||||
|
import database
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
with open('config.json', 'r') as file:
|
with open('config.json', 'r') as file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue