This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
drone-cleanup-agents/cleanupagents/__init__.py

10 lines
263 B
Python

"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "drone-cleanup-agents"
__version__ = "0.2.0"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@thegeeklab.de"
__url__ = "https://gitea.rknet.org/xoxys/drone-cleanup-agents"