fix fileheader
This commit is contained in:
parent
959826c97c
commit
933ac6f044
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -1,7 +1,9 @@
|
||||||
|
"""
|
||||||
/*
|
/*
|
||||||
* @Author: Silent YANG
|
* @Author: Silent YANG
|
||||||
* @Date: 2023-11-29
|
* @Date: 2023-11-29
|
||||||
*/
|
*/
|
||||||
|
"""
|
||||||
|
|
||||||
from flask import Flask, request, make_response
|
from flask import Flask, request, make_response
|
||||||
from base64 import urlsafe_b64decode
|
from base64 import urlsafe_b64decode
|
||||||
|
|
Loading…
Reference in a new issue