Joint-Teapot/joint_teapot/__init__.py

6 lines
70 B
Python

from joint_teapot.__main__ import app
def main() -> None:
app()