#!python

from discognition import discognition

if __name__ == '__main__':
    discognition.main()

