1
0
Fork 0
mirror of synced 2024-06-08 21:54:40 +12:00
Rare/Rare/__init__.py
2021-03-18 12:45:59 +01:00

6 lines
163 B
Python

import os
__version__ = "0.9.4"
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")