#! /usr/bin/python3 -sP

if __name__ == '__main__':
    from sansimera_qt import sansimera_qt
    sansimera_qt.main()
