From 4f7762c1bb7ce719c72c466cebdb00d5def8ea5e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 6 Nov 2025 11:26:52 +0800 Subject: refactor: refactor project structure and update configurations for MVP implementation --- maturin_template/__init__.py | 0 maturin_template/__main__.py | 18 ------------------ 2 files changed, 18 deletions(-) delete mode 100644 maturin_template/__init__.py delete mode 100644 maturin_template/__main__.py (limited to 'maturin_template') diff --git a/maturin_template/__init__.py b/maturin_template/__init__.py deleted file mode 100644 index e69de29..0000000 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 -- cgit v1.2.3-70-g09d2