1
0
Fork 0
mirror of synced 2024-06-29 03:31:06 +12:00
Rare/rare/__init__.py

6 lines
163 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-05-18 06:22:29 +12:00
__version__ = "1.4.1"
2021-04-08 08:39:23 +12:00
style_path = os.path.join(os.path.dirname(__file__), "styles/")
2021-03-19 00:45:59 +13:00
lang_path = os.path.join(os.path.dirname(__file__), "languages/")