imaginAIry/imaginairy/paths.py
Bryce 316114e660 docs: add docstrings
Wrote an openai script and custom prompt to generate them.
2023-12-15 14:32:01 -08:00

6 lines
96 B
Python

"""Code for defining package root path"""
import os.path
PKG_ROOT = os.path.dirname(__file__)