#!/opt/rh/rh-python36/root/usr/bin/python

from Cheetah import DirectiveAnalyzer

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