diff --git a/src/index.py b/src/index.py index ce5298a..3752915 100644 --- a/src/index.py +++ b/src/index.py @@ -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()