#!/usr/bin/env python3
import cati

if __name__ == '__main__':
    cati.run()
