Skip to content

Commit 746580b

Browse files
committed
feat: add idle.py for manual test
1 parent df8759c commit 746580b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/idle.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import code
2+
3+
print("Running IDLE...")
4+
5+
# Force Python to enter interactive mode after this script
6+
code.interact(local=globals())

0 commit comments

Comments
 (0)