1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/__init__.py
2021-06-24 20:08:22 +03:00

6 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")