#! /usr/bin/env python
import subprocess

if __name__ == '__main__':
	subprocess.call(['python', 'bin/slkformat.py'])
	