# Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) __all__ = [ # noqa: F405 "cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", "haslocal", "hascompare", "hasfree", "opname", "opmap", "HAVE_ARGUMENT", "EXTENDED_ARG", ] from _compiler_opcode import ( cmp_op, hasconst, hasname, hasjrel, hasjabs, haslocal, hascompare, hasfree, opname, opmap, HAVE_ARGUMENT, EXTENDED_ARG, )