From 0744c9be05442d0de8a80046df7855fa8f7b91a8 Mon Sep 17 00:00:00 2001 From: 13315423919 <13315423919@qq.com> Date: Fri, 7 Nov 2025 09:05:30 +0800 Subject: [PATCH] Add File --- src/landppt/web/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/landppt/web/__init__.py diff --git a/src/landppt/web/__init__.py b/src/landppt/web/__init__.py new file mode 100644 index 0000000..eaa1a06 --- /dev/null +++ b/src/landppt/web/__init__.py @@ -0,0 +1,5 @@ +""" +Web interface modules for LandPPT +""" + +from .routes import router