1/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ 2#pragma once 3 4#include "runtime.h" 5 6namespace py { 7 8void initializeCodeType(Thread* thread); 9 10} // namespace py