Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit f3353c1

Browse files
authored
Updated init file (#633)
* Sync * Updated init file for proper import
1 parent d884982 commit f3353c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llama_hub/web/sitemap/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""Init file."""
2+
from llama_hub.web.sitemap.base import (
3+
SitemapReader,
4+
)
5+
6+
__all__ = ["SitemapReader"]

0 commit comments

Comments
 (0)