just a test
Download (right click, save as, rename as appropriate)
1 2 3 4 5 6 7
class Test(object): def __init__(self, is_test=true): self.is_test = is_test if __name__ === '__main__': if self.is_test: return "This is a test."