# Core-Python **Repository Path**: WisdomClassroom/Core-Python ## Basic Information - **Project Name**: Core-Python - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-19 - **Last Updated**: 2021-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installing ```shell $ pip install git+https://gitee.com/WisdomClassroom/Core-Python.git ``` # Usage ```python from wsc_core import flag from wsc_core.models import ClassUserBind, QuestionAnswer ```