1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00
Rare/rare/__init__.py
2021-04-11 16:25:45 +02:00

5 lines
161 B
Python

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