5 lines
128 B
Python
5 lines
128 B
Python
|
|
import os
|
||
|
|
|
||
|
|
# Conveniences to other module directories via relative paths
|
||
|
|
ASSET_DIR = os.path.abspath(os.path.dirname(__file__))
|