Joint-Teapot/joint_teapot/__init__.py

7 lines
119 B
Python

from joint_teapot.__main__ import run
from joint_teapot.teapot import Teapot as Teapot
def main() -> None:
run()