- 添加主程序文件 main.py,实现星座查询功能 - 创建 .idea 目录及相关配置文件,配置项目环境 - 添加 README.md 文件,说明项目依赖安装方法
8 lines
288 B
XML
8 lines
288 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
<module fileurl="file://$PROJECT_DIR$/.idea/Constellationquery.iml" filepath="$PROJECT_DIR$/.idea/Constellationquery.iml" />
|
|
</modules>
|
|
</component>
|
|
</project> |