mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
3 lines
96 B
Python
3 lines
96 B
Python
import os.path
|
|
|
|
assets = os.path.normpath(os.path.join(os.path.dirname(__file__), '../assets'))
|