Model euphoria api

This commit is contained in:
Joscha 2022-06-18 23:42:33 +02:00
parent 03dfe10f3e
commit de7815f653
9 changed files with 702 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#![warn(clippy::use_self)]
mod chat;
mod euph;
mod log;
mod store;
mod ui;