diff --git a/otime/__main__.py b/otime/__main__.py new file mode 100644 index 0000000..d49c138 --- /dev/null +++ b/otime/__main__.py @@ -0,0 +1,2 @@ +from cli import main +main() \ No newline at end of file diff --git a/otime/main.py b/otime/cli.py similarity index 100% rename from otime/main.py rename to otime/cli.py