From c28358e1bb901bc9409e8d4f414f3c5d978826e5 Mon Sep 17 00:00:00 2001 From: Kukuri and the Harmonic Odyssey <83948007+Mikasuru@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:08:59 +0700 Subject: [PATCH] Data storage --- data/reminders.json | 1 + data/schedules.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 data/reminders.json create mode 100644 data/schedules.json diff --git a/data/reminders.json b/data/reminders.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/data/reminders.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/data/schedules.json b/data/schedules.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/data/schedules.json @@ -0,0 +1 @@ +[] \ No newline at end of file