From b4e09dbc29040c4df25d8c18d8add8fa2fcb146f Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 18 May 2023 13:47:53 +0200 Subject: [PATCH] feat(v2): started working on fast api --- {test => v2}/api.py | 0 {test => v2}/common.py | 0 {test => v2}/txt.py | 0 {test => v2}/utils.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {test => v2}/api.py (100%) rename {test => v2}/common.py (100%) rename {test => v2}/txt.py (100%) rename {test => v2}/utils.py (100%) diff --git a/test/api.py b/v2/api.py similarity index 100% rename from test/api.py rename to v2/api.py diff --git a/test/common.py b/v2/common.py similarity index 100% rename from test/common.py rename to v2/common.py diff --git a/test/txt.py b/v2/txt.py similarity index 100% rename from test/txt.py rename to v2/txt.py diff --git a/test/utils.py b/v2/utils.py similarity index 100% rename from test/utils.py rename to v2/utils.py