repo.or.cz
/
jben2_gui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved some stuff around.
[jben2_gui.git]
/
python
/
jben
/
interface
/
console
/
__init__.py
blob
1f6b8cda3b0f8d76a64ce464b994d3eb86526662
1
# -*- coding: utf-8 -*-
2
3
class
Interface
(
object
):
4
5
def
__init__
(
self
,
app
):
6
self
.
app
=
app
7
raise
Exception
(
"The console interface for J-Ben is not yet "
8
"implemented."
)