From c8da528364b030b4694700014f8051b92656eb16 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 24 Oct 2021 00:05:36 -0600 Subject: [PATCH] move app file --- flaskfdx/{app.py => __init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename flaskfdx/{app.py => __init__.py} (100%) diff --git a/flaskfdx/app.py b/flaskfdx/__init__.py similarity index 100% rename from flaskfdx/app.py rename to flaskfdx/__init__.py