ai-python-wolverine/wolverine/__main__.py

7 wiersze
89 B
Python

import fire
from .wolverine import main
if __name__ == "__main__":
fire.Fire(main)