diff options
| author | 2025-11-06 11:26:52 +0800 | |
|---|---|---|
| committer | 2025-11-06 11:26:52 +0800 | |
| commit | 4f7762c1bb7ce719c72c466cebdb00d5def8ea5e (patch) | |
| tree | 38fb539574f0c55e19dc5111b8680048961b0b80 /maturin_template/__main__.py | |
| parent | 3d4081897e267c7fae5f11a7dd55826574e6941b (diff) | |
| download | mvp-4f7762c1bb7ce719c72c466cebdb00d5def8ea5e.tar.gz mvp-4f7762c1bb7ce719c72c466cebdb00d5def8ea5e.zip | |
refactor: refactor project structure and update configurations for MVP implementation
Diffstat (limited to 'maturin_template/__main__.py')
| -rw-r--r-- | maturin_template/__main__.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/maturin_template/__main__.py b/maturin_template/__main__.py deleted file mode 100644 index 02df57d..0000000 --- a/maturin_template/__main__.py +++ /dev/null @@ -1,18 +0,0 @@ -import subprocess -import sys - -def run_cli(*args): - result = subprocess.run( - ["maturin_template", *args], - capture_output=True, - text=True - ) - return result.stdout - -def main(): - args = sys.argv[1:] - print(run_cli(*args)) - return 0 - -if __name__ == "__main__": - sys.exit(main())
\ No newline at end of file |
