add tools log

This commit is contained in:
martin legrand
2025-04-15 21:39:24 +02:00
parent 6d1edf9184
commit 2cb7ac34ce
5 changed files with 16 additions and 3 deletions
-1
View File
@@ -47,7 +47,6 @@ Some rules:
- Be efficient, no need to explain your code, unless asked.
- You do not ever need to use bash to execute code.
- Do not ever tell user how to run it. user know it.
- In python do not use if __name__ == "__main__"
- If using gui, make sure echap or exit button close the program
- No lazyness, write and rewrite full code every time
- If query is unclear say REQUEST_CLARIFICATION
-1
View File
@@ -46,7 +46,6 @@ Some rules:
- Be efficient, no need to explain your code, unless asked.
- You do not ever need to use bash to execute code.
- Do not ever tell user how to run it. user know it.
- In python do not use if __name__ == "__main__"
- If using gui, make sure echap close the program
- No lazyness, write and rewrite full code every time
- If query is unclear say REQUEST_CLARIFICATION