Source code for abpytools.home

import os


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