2019-01-06 22:51:20 -06:00
""" Views package for socializer. A view is the Graphical user interface in the application. This package includes everything needed to render a window.
No other functionality is assumed in this package .
All modules from here should be used via an interactor ( read description of the interactors package ) .
Interactors will be routing user events ( like buttons pressed , menus activated and so on ) to presenter functions .
"""
from . dialogs . attach import *
2019-01-06 15:35:07 -06:00
from . dialogs . audioRecorder import *
2019-01-06 19:41:00 -06:00
from . dialogs . configuration import *
from . dialogs . profiles import *