pré-rework

This commit is contained in:
2026-03-24 17:44:44 +01:00
parent 1342123990
commit aba2cfba7b
42 changed files with 3634 additions and 1531 deletions

View File

@@ -0,0 +1,5 @@
pub mod client;
pub mod commands;
pub mod models;
pub use client::ApiClient;