Compare commits
2 Commits
60f7fae8c0
...
3eac53346f
| Author | SHA1 | Date | |
|---|---|---|---|
| 3eac53346f | |||
| e178386fff |
2
main.py
2
main.py
@@ -4,7 +4,7 @@ import sys
|
||||
import argparse
|
||||
|
||||
from skywipe.commands import run_configure
|
||||
from skywipe.configuration import Configuration
|
||||
from skywipe.configure import Configuration
|
||||
|
||||
|
||||
COMMANDS = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""Command implementations for Skywipe CLI."""
|
||||
|
||||
from skywipe.configuration import Configuration
|
||||
from skywipe.configure import Configuration
|
||||
|
||||
|
||||
def run_configure():
|
||||
|
||||
Reference in New Issue
Block a user