Add __main__.py package entrypoint

This commit is contained in:
Brian Wiborg 2025-09-27 12:31:13 +02:00
parent 091e8a4605
commit 0baedd94d9
No known key found for this signature in database

3
src/ohmyapi/__main__.py Normal file
View file

@ -0,0 +1,3 @@
from .cli import app
app()