1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/Rare/__init__.py

5 lines
162 B
Python
Raw Normal View History

2021-02-10 23:48:25 +13:00
import os
2021-02-27 07:28:54 +13:00
2021-03-18 02:00:19 +13:00
__version__ = "0.9.4"
2021-02-10 23:48:25 +13:00
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
2021-03-17 09:25:07 +13:00
lang_path = os.path.join(os.path.dirname(__file__), "languages/")