Files
LLaMA-Factory/src/llmtuner/api/__init__.py
2024-01-18 09:54:23 +08:00

5 lines
55 B
Python

from .app import create_app
__all__ = ["create_app"]