@ -3,4 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.11 (PyCharmMiscProject)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
</project>
@ -833,4 +833,5 @@ if __name__ == "__main__":
bll = StudentBLL(dal)
ui = StudentUI(bll)
print("欢迎使用学生信息管理系统!")
ui.run()
print(123)