zhdo.space/helper.py
2022-05-13 22:11:11 +08:00

10 lines
241 B
Python

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