mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
use venv
This commit is contained in:
9
src/kleinanzeigen_bot/__main__.py
Normal file
9
src/kleinanzeigen_bot/__main__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
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)
|
||||
Reference in New Issue
Block a user