diff --git a/src/landppt/__init__.py b/src/landppt/__init__.py new file mode 100644 index 0000000..b67a578 --- /dev/null +++ b/src/landppt/__init__.py @@ -0,0 +1,5 @@ +""" +LandPPT - AI-powered PPT generation platform with OpenAI-compatible API +""" + +__version__ = "0.1.0"