aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-04-04 16:01:00 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-04-04 16:01:00 +0200
commit93107be91806cc7bf35b33d090d185c988fafda7 (patch)
treec5345f66ef4cb8b68c330df5d7a1337b4e1fb830 /src
parent99e36bbcf4d81d9d3f63750a2ef79bb615316d67 (diff)
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/match_up/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/match_up/__init__.py b/src/match_up/__init__.py
new file mode 100644
index 0000000..3e74a3d
--- /dev/null
+++ b/src/match_up/__init__.py
@@ -0,0 +1,2 @@
+def main():
+ print("Hello!")