This commit is contained in:
“username”默默学习 2022-09-22 10:55:21 +08:00
parent 6be09b6f4a
commit a288aa8a5b
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -137,4 +137,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
.idea/
/utils/C.py
/utils/email_base.py

View File

@ -0,0 +1,3 @@
import time
class Logger: