From 0ccf16d42514e7861927be2678d2de001786297c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:06:22 +1000 Subject: Squashed commit of the following: commit 7c47604c45e293a29ca31f01e140d621194c0aa6 Author: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat Jun 14 23:02:06 2025 +1000 dev: run without installing --- src/caelestia/__main__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/caelestia/__main__.py (limited to 'src/caelestia/__main__.py') diff --git a/src/caelestia/__main__.py b/src/caelestia/__main__.py new file mode 100644 index 0000000..868d99e --- /dev/null +++ b/src/caelestia/__main__.py @@ -0,0 +1,4 @@ +from . import main + +if __name__ == "__main__": + main() -- cgit v1.2.3-freya