Docs: Add module docstring

This commit is contained in:
2025-12-29 12:49:12 +01:00
parent 2f436f8384
commit 25972156eb

View File

@@ -1,3 +1,7 @@
"""
This script handles the installation and auditing of WAPT packages for updating applications.
It checks for new package versions on a WAPT server and sends notifications.
"""
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from setuphelpers import * from setuphelpers import *
import requests import requests