jean-web/jwebsite/cli.py

7 lines
82 B
Python

from click import command
@command
def main() -> None:
print("Hello world")