calibre-web-novel-api/tests/mock/mocks.py

10 lines
176 B
Python
Raw Normal View History

2023-07-14 16:46:52 +08:00
class MockCls:
def __init__(self):
self.args = {}
@staticmethod
def route(*args, **kwargs):
def inner(path):
pass
return inner