#!/usr/local/bin/python3.13

from Cheetah import DirectiveAnalyzer

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