学生考勤系统

初始化

安装基本库

  • fastapi
pip install fastapi[all]
  • sqlalchemy
pip install sqlalchemy
  • pymysql
pip install pymysql