#!/usr/bin/env python3 import twitools if __name__ == "__main__": two = twitools.twObject() text = input("> ") two.tweet(text)