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