mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
9 lines
177 B
Python
9 lines
177 B
Python
"""
|
|
Copyright (C) 2022 Sebastian Thomschke and contributors
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
"""
|
|
import sys
|
|
import kleinanzeigen_bot
|
|
|
|
kleinanzeigen_bot.main(sys.argv)
|