1
0
Fork 0
mirror of synced 2024-05-16 10:32:43 +12: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-18 06:54:53 +13:00
__version__ = "0.4.0"
2021-02-10 23:48:25 +13:00
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")