10 lines
113 B
Python
10 lines
113 B
Python
'''
|
|
Created on 05-07-2012
|
|
|
|
@author: Uriziel
|
|
'''
|
|
|
|
class GraphicalUI(object):
|
|
def __init__(self):
|
|
pass
|