idle-code/PyContextShell

Move classes into more 'pythonic' modules

idle-code opened this issue · 0 comments

Currently each class is contained in its own file.
This results in imports taking form: from contextshell.CLASS import CLASS which doesn't look very well.