This repository has been archived on 2025-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-18/src/kivymd/__init__.py

7 lines
154 B
Python

# -*- coding: utf-8 -*-
import os
path = os.path.dirname(__file__)
fonts_path = os.path.join(path, "fonts/")
images_path = os.path.join(path, 'images/')