From ac9244209075c7d2d8ff7fb20ac8c124a6780737 Mon Sep 17 00:00:00 2001 From: vasco Date: Fri, 24 Jan 2025 15:43:25 +0100 Subject: [PATCH] deleted --- hello.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 hello.py diff --git a/hello.py b/hello.py deleted file mode 100644 index 4f79b3e..0000000 --- a/hello.py +++ /dev/null @@ -1 +0,0 @@ -from rustileo import earth import rustileo def main(): print(rustileo.__version__) print(rustileo.__doc__) print(earth.RADIUS) print(earth.bearing(0, 0, 0, 0)) print(earth.vincenty_distance(80.2828, -19.02, 29.0452, 0.9892)) if __name__ == "__main__": main() \ No newline at end of file