This commit is contained in:
Waylon Walker 2023-05-27 10:11:45 -05:00
commit 079dc00345
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
21 changed files with 1729 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2023-present Waylon S. Walker <waylon@waylonwalker.com>
#
# SPDX-License-Identifier: MIT
import sys
if __name__ == '__main__':
from .cli import {{python_package}}
sys.exit({{python_package}}())