4 lines
162 B
Python
4 lines
162 B
Python
# pyright: reportWildcardImportFromLibrary=false
|
|
"""Re-export from reflex_base.plugins.sitemap."""
|
|
|
|
from reflex_base.plugins.sitemap import * # pragma: no cover
|