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