comparison pygments_lexer_pseudocode2/__init__.py @ 32:eaa99d5c719a

FIX: Add forgotten package file because the old one has been renamed
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 21 Apr 2026 12:15:22 +0200
parents
children ddefcc20367c
comparison
equal deleted inserted replaced
31:c6f4df1b0897 32:eaa99d5c719a
1 # -*- coding: utf-8 -*-
2 # :-
3 # SPDX-FileCopyrightText: © 2026 Franz Glasner
4 # SPDX-License-Identifier: MIT
5 # :-
6 r"""
7 :Author: Franz Glasner
8 :Copyright: © 2026 Franz Glasner
9 :License: MIT License.
10 See :file:`MIT.txt` for details.
11 If you cannot find MIT.txt see
12 <http://opensource.org/licenses/MIT>.
13 """
14
15 __version__ = "2.0.1"