chat / lib /__init__.py
adamelliotfields's picture
Add config
3eb01b6 verified
raw
history blame contribute delete
92 Bytes
from .config import CONFIG
from .generate import generate
__all__ = ["CONFIG", "generate"]