mirror of
https://gitlab.com/vylion/velascobot.git
synced 2025-04-19 21:46:35 +02:00
- Generator (Markov) ✔️ - ChatCard (Chatlog) ✔️ - ChatReader (Scribe) 🚧 - Speaker 🚧 - - Speaker->get_reader()... 🚧
5 lines
83 B
Python
5 lines
83 B
Python
#!/usr/bin/env python3
|
|
|
|
import random
|
|
from chatreader import ChatReader as Reader
|
|
|