/* Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) */ #pragma once #include "runtime.h" namespace py { void initializeStrArrayType(Thread* thread); } // namespace py