summaryrefslogtreecommitdiffhomepage
path: root/tools/__init__.py
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 14:01:18 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 14:01:18 +0100
commit9b84b72a325e76131fe7b052733ce94611feb9f6 (patch)
tree4dd1fc0459621bc3b913ac013791fe679cec49f0 /tools/__init__.py
parent21be60b2ff5dedafc315b0ca0c2b9380e51e9694 (diff)
chore: updater.sh improvements from OCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/__init__.py')
-rw-r--r--tools/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/__init__.py b/tools/__init__.py
new file mode 100644
index 0000000..eeef556
--- /dev/null
+++ b/tools/__init__.py
@@ -0,0 +1,7 @@
+import updater
+
+if __name__ == '__main__':
+ updater.start()
+
+
+