Joint-Teapot/joint_teapot/__init__.py

8 lines
174 B
Python

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