add __main__ entry point to allow python -m reflex
(#1516)
This commit is contained in:
parent
c452ec774d
commit
123b91a37d
6
reflex/__main__.py
Normal file
6
reflex/__main__.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
"""reflex package invocation entry point."""
|
||||||
|
|
||||||
|
from .reflex import cli
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
cli()
|
Loading…
Reference in New Issue
Block a user