from __future__ import print_function __author__ = "akniazev" from datetime import date from sys import path from foo import bar from collections import OrderedDict from datetime import time date(1, 1, 1) time(1) OrderedDict() bar()