pku-elective 0.1.4

北大选课网 CLI 客户端
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    pku_elective::run().await
}