import os class Options: def __init__(self): self.verbose = False self.user = os.path.expanduser("~")