#!python

import sys
from conservation.commands import main

if __name__ == '__main__':
    sys.exit(main())

