feat: project scaffold with uv, click, azure-data-tables

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 14:59:11 +08:00
parent 1ae84e994a
commit 910be27cc4
7 changed files with 647 additions and 0 deletions

View File

Binary file not shown.

Binary file not shown.

10
src/order_bak/cli.py Normal file
View File

@@ -0,0 +1,10 @@
import click
@click.group()
def main():
pass
if __name__ == "__main__":
main()