aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/Terminal/Commands/forceimplement.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Main/Terminal/Commands/forceimplement.cs')
-rw-r--r--ShiftOS.Main/Terminal/Commands/forceimplement.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/ShiftOS.Main/Terminal/Commands/forceimplement.cs b/ShiftOS.Main/Terminal/Commands/forceimplement.cs
new file mode 100644
index 0000000..f793820
--- /dev/null
+++ b/ShiftOS.Main/Terminal/Commands/forceimplement.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.Main.Terminal.Commands
+{
+ class forceimplement
+ {
+ }
+}