Skip to content
Snippets Groups Projects
Commit c2a3253e authored by Chieh Lin's avatar Chieh Lin
Browse files

add constraints and S,SD exportation

parent d5a3b386
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ from flask import Flask
app = Flask(__name__, template_folder="templates")
import my_flask_app.main
from . import main
File added
No preview for this file type
File added
No preview for this file type
This diff is collapsed.
File added
File added
No preview for this file type
from sqlalchemy import ARRAY, BIGINT, BOOLEAN, DOUBLE_PRECISION, FLOAT, INTEGER, JSON, NUMERIC, SMALLINT, TIMESTAMP, UUID, VARCHAR, MetaData, String, create_engine, text, inspect
from sqlalchemy.types import UserDefinedType
import re
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment