adds DOCUMENTATION section and license headers

This commit is contained in:
Stanislav Shamilov 2024-12-09 16:54:42 +02:00
parent e499391688
commit 7e5382762a
2 changed files with 81 additions and 7 deletions

View file

@ -1,3 +1,10 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (c) 2024, Stanislav Shamilov <shamilovstas@protonmail.com>
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import absolute_import, division, print_function
__metaclass__ = type