删除冗余的modules目录

This commit is contained in:
jingrow 2025-10-31 20:53:23 +08:00
parent dd8e0cf9ef
commit f7a093e8ae
2 changed files with 0 additions and 13 deletions

View File

@ -1,3 +0,0 @@
from .utils import *

View File

@ -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