From 2af2479196370f5a1ab3d7f1c275d80047e5c258 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 21 Apr 2024 19:17:51 +0200 Subject: Repo re-org, update README --- taep/__main__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 taep/__main__.py (limited to 'taep/__main__.py') 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() -- cgit