Updated soypakcli.py

This commit is contained in:
Ethan Smith-Coss 2023-08-09 14:05:40 +01:00
parent 63d6c4b31c
commit c8848aec47
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

View File

@ -4,7 +4,8 @@ import clog
import soypak.cli.command as command
# import all the commands to auto-register
from soypak.cli.commands import (
help
help,
install,
)
import soypak.cli.parser as parser