Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
10 lines
146 B
Python
10 lines
146 B
Python
from app.component.environment import auto_import
|
|
from app.command import cli
|
|
|
|
|
|
auto_import("app.command")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|