1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00
Rare/rare/__init__.py
2021-06-24 20:08:22 +03:00

5 lines
173 B
Python

import os
__version__ = "1.4.1"
resources_path = os.path.join(os.path.dirname(__file__), "resources")
languages_path = os.path.join(os.path.dirname(__file__), "languages")