From 4785dce5df9d5da03794f700bbc53cd6fce2c208 Mon Sep 17 00:00:00 2001 From: Costantino Vitale Date: Thu, 29 Sep 2022 13:26:21 +0200 Subject: [PATCH] Commit init --- api/__init__.py | 0 api/migrations/__init__.py | 0 utenti/__init__.py | 0 utenti/migrations/__init__.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 api/__init__.py create mode 100644 api/migrations/__init__.py create mode 100644 utenti/__init__.py create mode 100644 utenti/migrations/__init__.py diff --git a/api/__init__.py b/api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/api/migrations/__init__.py b/api/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/utenti/__init__.py b/utenti/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/utenti/migrations/__init__.py b/utenti/migrations/__init__.py new file mode 100644 index 0000000..e69de29 -- 2.43.0