#!/usr/bin/python3

from discognition import discognition

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

