tasteful-python/src/tasteful_python/__main__.py

10 lines
240 B
Python

# SPDX-FileCopyrightText: 2023-present Jeff Moe <moe@spacecruft.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
import sys
if __name__ == "__main__":
from tasteful_python.cli import tasteful_python
sys.exit(tasteful_python())