No description
Find a file
Kumi 31eef48ee4
feat: remove unused setuptools import
Removed an unnecessary import of `setuptools` from `__main__.py`. This cleanup reduces the module's dependencies and potentially decreases startup time, making the codebase more efficient and lightweight. No significant functionality is affected by this change, consistent with our ongoing efforts to streamline the code.
2024-05-23 12:52:16 +02:00
src/deuthon feat: remove unused setuptools import 2024-05-23 12:52:16 +02:00
tests feat(tests): improve type handling in debug output 2024-05-23 12:45:51 +02:00
.gitignore Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
LICENSE Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
pyproject.toml Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
README.md Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00