aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.py')
-rw-r--r--examples/main.py6
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()