From bebc0f11efec9264e113165029fdcd4702d1c682 Mon Sep 17 00:00:00 2001 From: TLSM Date: Fri, 10 Jun 2022 21:50:09 -0400 Subject: [PATCH] Revert "delete useless file" This reverts commit 5634330c6623ec43caeee250bd04c1b80423a006. The empty __init__.py is _NOT_ useless. It makes Python treat `files` as a module properly, and it breaks cli.py and the cronjobs if it is deleted. Yes, we need the empty file. --- files/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 files/__init__.py diff --git a/files/__init__.py b/files/__init__.py new file mode 100644 index 0000000000..e69de29bb2