summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/variant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia/subcommands/variant.py')
-rw-r--r--src/caelestia/subcommands/variant.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/caelestia/subcommands/variant.py b/src/caelestia/subcommands/variant.py
deleted file mode 100644
index 37f9a2b..0000000
--- a/src/caelestia/subcommands/variant.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from argparse import Namespace
-
-
-class Command:
- args: Namespace
-
- def __init__(self, args: Namespace) -> None:
- self.args = args
-
- def run(self) -> None:
- pass