We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae556c commit bafccb8Copy full SHA for bafccb8
reflux/__init__.py
@@ -1,8 +1,9 @@
1
from reflux.theme import Theme
2
+from reflux.theme import make_engine
3
4
from reflux.resources import shelf as Resources
5
-__all__ = ["Theme", "Resources"]
6
+__all__ = ["Theme", "Resources", "make_engine"]
7
__author__ = "frissyn"
-__version__ = "1.0.3a1"
8
+__version__ = "1.1.0"
9
__doc__ = "Extensive styling and theming functionality for Replit."
0 commit comments