// Copyright (c) OpenMMLab. All rights reserved. #include "codebase/mmedit/mmedit.h" #include "core/registry.h" namespace mmdeploy::mmedit { REGISTER_CODEBASE(MMEdit); } // namespace mmdeploy::mmedit