summaryrefslogtreecommitdiffhomepage
path: root/tools/kmnt.py
blob: 7180a0ad3cfa455575b8f2494e5e1e9342be35f4 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-

import sys

if __name__ == "__main__":
    sys.exit(0)