6 lines
87 B
Python
6 lines
87 B
Python
default_app_config = 'simpleui.apps.SimpleApp'
|
|
|
|
|
|
def get_version():
|
|
return '4.0.2'
|