♻️ Refactor subcommands to not require being a package
This commit is contained in:
parent
7938d89d5e
commit
416aba4fe7
4 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import typer
|
||||
|
||||
from . import items, users
|
||||
import items
|
||||
import users
|
||||
|
||||
app = typer.Typer()
|
||||
app.add_typer(users.app, name="users")
|
Loading…
Reference in a new issue