#!/usr/bin/python3 -s

from Cheetah import DirectiveAnalyzer

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