From 95fd94a1c4e71090defd9a6025e0725fe5039a37 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Tue, 6 Aug 2024 08:46:54 -0500 Subject: [PATCH] Revert "Remove unneeded package files" This reverts commit b1528dd4e20140dc081f951d5fd4beb2d50f5301. Turns out that because get_pkg_data_filename is used to get the photometry runner notebook at least one of these is needed. --- stellarphot/notebooks/__init__.py | 0 stellarphot/notebooks/photometry/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 stellarphot/notebooks/__init__.py create mode 100644 stellarphot/notebooks/photometry/__init__.py diff --git a/stellarphot/notebooks/__init__.py b/stellarphot/notebooks/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/stellarphot/notebooks/photometry/__init__.py b/stellarphot/notebooks/photometry/__init__.py new file mode 100644 index 00000000..e69de29b