add TanglesThread struct import for args

This commit is contained in:
glyph 2022-11-22 15:07:12 +02:00
parent 0c083b5ce4
commit a42478c169
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ impl Sbot {
/// use golgi::{
/// Sbot,
/// GolgiError,
/// api::tangles::TanglesThread,
/// sbot::Keystore
/// };
///