mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
316114e660
Wrote an openai script and custom prompt to generate them.
6 lines
96 B
Python
6 lines
96 B
Python
"""Code for defining package root path"""
|
|
|
|
import os.path
|
|
|
|
PKG_ROOT = os.path.dirname(__file__)
|