GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Network
Fork
: 0
physicsdolphin
/
thu-learn-downloader-optimized
Transfer to URL with SHA
Find file
Newer
Older
tree:
4bc38198d5
Branches
Tags
×
main
thu-learn-downloader-optimized
/ entry_point.py
Qin Li
on 24 Feb 2023
86 bytes
fix: migrate to python 3.11
Raw
Blame
History
from thu_learn_downloader.__main__ import main if __name__ == "__main__": main()