Start work on registration page

This commit is contained in:
n 2025-02-15 19:23:15 -06:00
parent 7775248c03
commit ede52161ca

View file

@ -1,5 +1,6 @@
from flask import Flask, render_template
import json
import database
app = Flask(__name__)
with open('config.json', 'r') as file: