generated from Luis/nextjs-python-web-template
7 lines
86 B
Python
7 lines
86 B
Python
# !/usr/bin/env python3
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|