mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
7 lines
258 B
Python
7 lines
258 B
Python
"""Prompt library | مكتبة الـ Prompts."""
|
|
|
|
from core.prompts.karpathy_prompts import PROMPTS, get_prompt
|
|
from core.prompts.sales_scripts import SALES_SCRIPTS, get_sales_script
|
|
|
|
__all__ = ["PROMPTS", "SALES_SCRIPTS", "get_prompt", "get_sales_script"]
|