Skip to content

Commit

Permalink
Added experimental script.
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Nov 13, 2024
1 parent 954c6bd commit 83e930b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/authoring-client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "click",
# ]
# ///

import click


@click.command()
def main():
print("Hello, world!")


if __name__ == "__main__":
main()

0 comments on commit 83e930b

Please sign in to comment.