kopia lustrzana https://github.com/biobootloader/wolverine
7 wiersze
89 B
Python
7 wiersze
89 B
Python
![]() |
import fire
|
||
|
|
||
|
from .wolverine import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
fire.Fire(main)
|