Moved some stuff around.
[jben2_gui.git] / python / jben / interface / console / __init__.py
blob1f6b8cda3b0f8d76a64ce464b994d3eb86526662
1 # -*- coding: utf-8 -*-
3 class Interface(object):
5 def __init__(self, app):
6 self.app = app
7 raise Exception("The console interface for J-Ben is not yet "
8 "implemented.")