#!/usr/bin/env python

import sys

import lc4

if __name__ == "__main__":
    sys.exit(lc4.lc4.main())
