Mise à jour de Monitor.py et autres scripts
This commit is contained in:
4
myenv/lib/python3.11/site-packages/gitdb/const.py
Normal file
4
myenv/lib/python3.11/site-packages/gitdb/const.py
Normal file
@@ -0,0 +1,4 @@
|
||||
BYTE_SPACE = b' '
|
||||
NULL_BYTE = b'\0'
|
||||
NULL_HEX_SHA = "0" * 40
|
||||
NULL_BIN_SHA = NULL_BYTE * 20
|
||||
Reference in New Issue
Block a user