Feat : adding work that was done locally

This commit is contained in:
martin legrand
2025-02-19 19:07:24 +01:00
parent b64c75afeb
commit 62cc76764e
17 changed files with 1488 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
from .PyInterpreter import PyInterpreter
from .BashInterpreter import BashInterpreter
__all__ = ["PyInterpreter", "BashInterpreter"]