TestEmbeddingApp.py 169 B

12345678910
  1. # @description:
  2. # @author: licanglong
  3. # @date: 2025/12/19 16:23
  4. from app.App import App
  5. class TestEmbeddingApp(App):
  6. def run(self,*args, **kwargs):
  7. pass