forgi 2.0.0 documentation

Contents

Source code for forgi.threedee

import os


[docs]def data_file(fname): """Return the path to a data file of ours.""" return os.path.join(os.path.split(__file__)[0], fname)

Contents