This commit is contained in:
chimchooree
2020-11-24 11:37:10 -06:00
parent 71705e1448
commit 9a18189000
+1
View File
@@ -164,5 +164,6 @@ def contact():
info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()}
return template('contact.tpl', info)
## Main ##
if __name__ == '__main__':
run()