diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-04-04 16:01:00 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-04-04 16:01:00 +0200 |
| commit | 93107be91806cc7bf35b33d090d185c988fafda7 (patch) | |
| tree | c5345f66ef4cb8b68c330df5d7a1337b4e1fb830 /src | |
| parent | 99e36bbcf4d81d9d3f63750a2ef79bb615316d67 (diff) | |
Initial commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/match_up/__init__.py | 2 |
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!") |
