diff options
Diffstat (limited to 'crates/yt/src/storage/db/get/mod.rs')
-rw-r--r-- | crates/yt/src/storage/db/get/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/yt/src/storage/db/get/mod.rs b/crates/yt/src/storage/db/get/mod.rs new file mode 100644 index 0000000..8ca3075 --- /dev/null +++ b/crates/yt/src/storage/db/get/mod.rs @@ -0,0 +1,4 @@ +pub(crate) mod subscription; +pub(crate) mod video; +pub(crate) mod extractor_hash; +pub(crate) mod playlist; |