parent
68e1f93e99
commit
29dbe6ed40
|
@ -1,6 +1,5 @@
|
|||
#from mode import Fundamental
|
||||
#class Console(Fundamental): name = 'Console'
|
||||
from mode.ipython import Ipython
|
||||
|
||||
class Console(Ipython):
|
||||
name = 'Console'
|
||||
colors = {}
|
||||
|
|
Loading…
Reference in New Issue