utils.py 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 # -*- coding: utf-8 -*- from datetime import datetime def get_now(): return datetime.now() def get_config(): return None def get_safe_config(): return None