Files
kleinanzeigen-bot/src/kleinanzeigen_bot/__main__.py
2024-03-04 10:07:47 +01:00

10 lines
275 B
Python

"""
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import sys
import kleinanzeigen_bot
kleinanzeigen_bot.main(sys.argv)