diff options
author | jaseg <git@jaseg.de> | 2024-04-21 19:17:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-04-21 19:22:24 +0200 |
commit | 2af2479196370f5a1ab3d7f1c275d80047e5c258 (patch) | |
tree | 2d86446a35d0498fbf69f27866e3df3be9376acb /taep/__main__.py | |
parent | 965001f89707e6f248b1e0bbd8932572eb4e9589 (diff) | |
download | taep-2af2479196370f5a1ab3d7f1c275d80047e5c258.tar.gz taep-2af2479196370f5a1ab3d7f1c275d80047e5c258.tar.bz2 taep-2af2479196370f5a1ab3d7f1c275d80047e5c258.zip |
Repo re-org, update README
Diffstat (limited to 'taep/__main__.py')
-rw-r--r-- | taep/__main__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/taep/__main__.py b/taep/__main__.py new file mode 100644 index 0000000..1a346dd --- /dev/null +++ b/taep/__main__.py @@ -0,0 +1,2 @@ +import taep +taep.cli() |