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