gerbonara/gerbonara/__main__.py

10 wiersze
98 B
Python

#!/usr/bin/env python3
import click
from .cli import cli
if __name__ == '__main__':
cli()