format
This commit is contained in:
parent
06cf912490
commit
93e4e9453f
11
main.py
11
main.py
@ -65,7 +65,9 @@ Marker = Literal[
|
|||||||
"_",
|
"_",
|
||||||
]
|
]
|
||||||
|
|
||||||
marker_subs = {"=": "$=$", "/": "$/$",
|
marker_subs = {
|
||||||
|
"=": "$=$",
|
||||||
|
"/": "$/$",
|
||||||
"\\": "$\\setminus$",
|
"\\": "$\\setminus$",
|
||||||
"«": "$«$",
|
"«": "$«$",
|
||||||
"»": "$»$",
|
"»": "$»$",
|
||||||
@ -76,11 +78,12 @@ marker_subs = {"=": "$=$", "/": "$/$",
|
|||||||
"♡": "$♡$",
|
"♡": "$♡$",
|
||||||
"o": "$\\bigcirc$",
|
"o": "$\\bigcirc$",
|
||||||
"♠": "$♠$",
|
"♠": "$♠$",
|
||||||
"♣": "$♣$",
|
"♣": "$♣$",
|
||||||
"♥": "$♥$",
|
"♥": "$♥$",
|
||||||
"♦": "$♦$",
|
"♦": "$♦$",
|
||||||
"🥑": "$🥑$"
|
"🥑": "$🥑$",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@app.get("/speckles/")
|
@app.get("/speckles/")
|
||||||
def make_wallpaper(
|
def make_wallpaper(
|
||||||
|
Loading…
Reference in New Issue
Block a user