From 67a827111744ce503cc80ec762d246bb15b2e307 Mon Sep 17 00:00:00 2001 From: ANormalProgrammer <75260070+ANormalProgrammer@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:09:08 +0700 Subject: [PATCH] use the correct language --- ci/ci.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ci/ci.py diff --git a/ci/ci.py b/ci/ci.py new file mode 100644 index 000000000..660e8e107 --- /dev/null +++ b/ci/ci.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +exit (0) \ No newline at end of file