diff options
Diffstat (limited to 'examples/main.py')
| -rw-r--r-- | examples/main.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/main.py b/examples/main.py new file mode 100644 index 0000000..c8b43e0 --- /dev/null +++ b/examples/main.py @@ -0,0 +1,6 @@ +from hrc.core import Core + +core = Core(hot_reload=True) + +if __name__ == '__main__': + core.run() |
