1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13:00
Rare/rare/__init__.py
2021-04-17 12:30:26 +02:00

5 lines
163 B
Python

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