Update submodule

This commit is contained in:
D-X-Y
2021-03-03 13:18:45 +08:00
parent 1e1e48a4ae
commit 0591fcbb10
4 changed files with 157 additions and 1 deletions

View File

@@ -7,3 +7,8 @@ git submodule init
git submodule update
git pull orign main
```
Pylint check for Q-lib:
```
python -m black __init__.py -l 120
```