#!/home/gutomaia/projetos/github/nesasm_py/venv/bin/python

import sys
from pynes import main

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