diff --git a/apps/jingrow/jingrow/modules/__init__.py b/apps/jingrow/jingrow/modules/__init__.py deleted file mode 100644 index d81436d..0000000 --- a/apps/jingrow/jingrow/modules/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -from .utils import * - - diff --git a/apps/jingrow/jingrow/modules/utils.py b/apps/jingrow/jingrow/modules/utils.py deleted file mode 100644 index c65343d..0000000 --- a/apps/jingrow/jingrow/modules/utils.py +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2025, JINGROW -# License: MIT. See LICENSE - -from typing import Any - - -def load_pagetype_module(pagetype: str, module: str | None = None, prefix: str = "", suffix: str = "") -> Any: - pass - -