import os [docs]class Home: def __init__(self): self.homedir = os.path.dirname(os.path.abspath(__file__))
Contents:
API reference: