Spaces:
Running
Running
from .generator import generate_bullets | |
from .formulas import bullet_formulas, create_bullet_instruction | |
# Export the main functions and variables | |
__all__ = ['generate_bullets', 'bullet_formulas', 'create_bullet_instruction'] |