mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
4 lines
98 B
Python
4 lines
98 B
Python
import os.path
|
|
|
|
images_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'images')
|