6 lines
70 B
Python
6 lines
70 B
Python
from joint_teapot.__main__ import app
|
|
|
|
|
|
def main() -> None:
|
|
app()
|