1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare/__init__.py
2021-05-17 20:22:29 +02:00

6 lines
163 B
Python

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