aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/notifications/Notifications.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/notifications/Notifications.kt')
-rw-r--r--src/main/kotlin/features/notifications/Notifications.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/features/notifications/Notifications.kt b/src/main/kotlin/features/notifications/Notifications.kt
new file mode 100644
index 0000000..8d912d1
--- /dev/null
+++ b/src/main/kotlin/features/notifications/Notifications.kt
@@ -0,0 +1,7 @@
+
+package moe.nea.firmament.features.notifications
+
+import moe.nea.firmament.features.FirmamentFeature
+
+object Notifications {
+}