1
0
Fork 0
mirror of synced 2024-06-10 22:54:41 +12:00
Rare/rare/__init__.py
2021-04-08 12:11:28 +02:00

6 lines
167 B
Python

import os
__version__ = "1.0_beta2"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")