summaryrefslogtreecommitdiff
path: root/src/main/java/ISecrets.java
diff options
context:
space:
mode:
author@syxhe <t.me/syxhe>2025-10-01 19:13:42 -0500
committer@syxhe <t.me/syxhe>2025-10-01 19:13:42 -0500
commitb95b043fd07f8e760b1863ff127bee2b1d2633c9 (patch)
tree86258c3b16e7455cfe9d9c4dfaf8595d4ee5a746 /src/main/java/ISecrets.java
Initial Commit
Diffstat (limited to 'src/main/java/ISecrets.java')
-rw-r--r--src/main/java/ISecrets.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/ISecrets.java b/src/main/java/ISecrets.java
new file mode 100644
index 0000000..d936429
--- /dev/null
+++ b/src/main/java/ISecrets.java
@@ -0,0 +1,3 @@
1public interface ISecrets {
2 String getAPIToken();
3}