1
0
Fork 0
mirror of synced 2024-04-29 18:23:04 +12:00
Rare/Rare/__init__.py
2021-02-17 18:54:53 +01:00

5 lines
162 B
Python

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