feat: project scaffold with uv, click, azure-data-tables
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
0
src/order_bak/__init__.py
Normal file
0
src/order_bak/__init__.py
Normal file
BIN
src/order_bak/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
src/order_bak/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
src/order_bak/__pycache__/cli.cpython-313.pyc
Normal file
BIN
src/order_bak/__pycache__/cli.cpython-313.pyc
Normal file
Binary file not shown.
10
src/order_bak/cli.py
Normal file
10
src/order_bak/cli.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import click
|
||||
|
||||
|
||||
@click.group()
|
||||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user