Skip to content

Commit

Permalink
update download_python code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Jun 11, 2024
1 parent d609da7 commit c4346d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions morebuiltins/download_python.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if __name__ == "__main__":
from .zipapps.download_python import download_python
download_python()
1 change: 0 additions & 1 deletion morebuiltins/download_python/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions morebuiltins/download_python/__main__.py

This file was deleted.

0 comments on commit c4346d9

Please sign in to comment.