4 lines
164 B
Python
4 lines
164 B
Python
# pyright: reportWildcardImportFromLibrary=false
|
|
"""Re-export from reflex_base.constants.config."""
|
|
|
|
from reflex_base.constants.config import * # pragma: no cover
|