mirror of
https://github.com/house-of-vanity/conf_bot.git
synced 2025-07-06 22:34:07 +00:00
8 lines
123 B
Python
8 lines
123 B
Python
![]() |
"""Markov chain text generator"""
|
||
|
|
||
|
from .gen import MarkovChain
|
||
|
from .simple import get
|
||
|
|
||
|
__all__ = ["MarkovChain", "get"]
|
||
|
|