diff -r 1b1bf094c013 -r 191e9ec72893 PyrightChecker/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PyrightChecker/__init__.py Tue Nov 07 15:17:48 2023 +0100 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package containing the pyright dialog, supporting functions and data. +"""