From 9e5a979ed0b29f8c9ffe1e7c3ade944f2f7f690d Mon Sep 17 00:00:00 2001 From: Roman Kornilov Date: Fri, 22 Mar 2024 12:27:17 +0500 Subject: [PATCH] Move main script to avoid an import error --- mdast_cli/mdast_scan.py => mdast_scan.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mdast_cli/mdast_scan.py => mdast_scan.py (100%) diff --git a/mdast_cli/mdast_scan.py b/mdast_scan.py similarity index 100% rename from mdast_cli/mdast_scan.py rename to mdast_scan.py