1
0
Fork 0
mirror of synced 2024-05-29 17:00:10 +12:00
Rare/rare/__init__.py

6 lines
163 B
Python

import os
__version__ = "1.0.0"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")