merge develop into main

This commit is contained in:
Milan Kolar 2021-05-04 17:07:32 +02:00
parent f82ed5e127
commit a8ac7cd538
418 changed files with 26017 additions and 4665 deletions

View file

@ -0,0 +1,8 @@
import os
RESOURCES_DIR = os.path.dirname(os.path.abspath(__file__))
def get_resource(*args):
return os.path.normpath(os.path.join(RESOURCES_DIR, *args))

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB