将flask改成fastapi
This commit is contained in:
6
rag/prompts/__init__.py
Normal file
6
rag/prompts/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from . import generator
|
||||
|
||||
__all__ = [name for name in dir(generator)
|
||||
if not name.startswith('_')]
|
||||
|
||||
globals().update({name: getattr(generator, name) for name in __all__})
|
||||
Reference in New Issue
Block a user