Adds pull method and example

This commit is contained in:
2025-12-28 12:18:35 +00:00
parent 65ea1dcfec
commit ac480881e4
6 changed files with 111 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ pub mod chat;
pub mod common;
pub mod generate;
pub mod ps;
pub mod pull;
pub mod tags;