├── .gitignore ├── LICENSE ├── README.md └── main.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Officeyutong/This-Repo-Has-10-Issues-And-Fewer-Than-70-Stars/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Officeyutong/This-Repo-Has-10-Issues-And-Fewer-Than-70-Stars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hello -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Officeyutong/This-Repo-Has-10-Issues-And-Fewer-Than-70-Stars/HEAD/main.py --------------------------------------------------------------------------------