zhdo.space/helper.py

10 lines
241 B
Python
Raw Normal View History

2022-05-13 22:11:11 +08:00
def getRecentArticle():
# TODO fetch latest article
recent = {"title": "N/A", "link": "#"}
return recent
def getRecentDiscussion():
# TODO fetch latest discussion
recent = {"title": "N/A", "link": "#"}
return recent