mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
feat: install flask
This commit is contained in:
parent
68228d0e04
commit
a0dfc84aea
3 changed files with 91 additions and 3 deletions
|
|
@ -1,2 +1,10 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from flask import Flask, url_for
|
||||
from markupsafe import escape
|
||||
|
||||
|
||||
def main():
|
||||
print("hello world")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue