mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Create requirements.txt (empty)
This commit is contained in:
0
requirements.txt
Normal file
0
requirements.txt
Normal file
@ -20,4 +20,14 @@ def get_homework():
|
|||||||
return jsonify(list(homework))
|
return jsonify(list(homework))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run()
|
app.run()
|
||||||
|
|
||||||
|
#{
|
||||||
|
# "date": {
|
||||||
|
# "day": 12,
|
||||||
|
# "month": 1,
|
||||||
|
# "year": 2023
|
||||||
|
# },
|
||||||
|
# "description": "Per le vacanze di natale...",
|
||||||
|
# "subject": "Disegno"
|
||||||
|
#}
|
Reference in New Issue
Block a user