mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
5 lines
127 B
Python
5 lines
127 B
Python
"""Code for defining package root path"""
|
|
import os
|
|
|
|
PKG_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
|