Agent-Hellboy / Agent-Hellboy/google-chat-python-bot
We should think of other ways to execute the python expression (other than exec)
Open
hacktoberfest
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
@python exec import enum
class Test(enum.Enum):
lower = 1
upper = 2
print(Test.lower == Test.lower)
The response given by the bot does not convey enough info about the code
```
{'enum': , 'Test': }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.