From 0a082546b197a0a9aeecfe350f601ec0b110fb05 Mon Sep 17 00:00:00 2001
From: Antoine PerreaultE <KalcioGx53@hotmail.com>
Date: Mon, 6 Feb 2023 19:24:26 -0500
Subject: [PATCH] fyghj

---
 src/main/java/frc/robot/Constants.java | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 src/main/java/frc/robot/Constants.java

diff --git a/src/main/java/frc/robot/Constants.java b/src/main/java/frc/robot/Constants.java
new file mode 100644
index 0000000..fe07cb5
--- /dev/null
+++ b/src/main/java/frc/robot/Constants.java
@@ -0,0 +1,13 @@
+package frc.robot;
+
+public class Constants {
+    public static int avantdroit = 0;
+    public static int avantgauche = 1;
+    public static int arrieredroit = 2;
+    public static int arrieregauche = 3;
+
+
+
+
+
+}