Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhthtran committed Sep 3, 2024
0 parents commit 7a5aaf6
Show file tree
Hide file tree
Showing 30 changed files with 26,519 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FlaskTemplate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
The flask application package.
"""

from flask import Flask
app = Flask(__name__)

import FlaskTemplate.views
Loading

0 comments on commit 7a5aaf6

Please sign in to comment.