sqlmap/plugins/dbms/clickhouse/filesystem.py
Miroslav Stampar b1aaac5ba2 Minor update
2023-02-03 23:14:29 +01:00

12 lines
259 B
Python
Executable File

#!/usr/bin/env python
"""
Copyright (c) 2006-2023 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
from plugins.generic.filesystem import Filesystem as GenericFilesystem
class Filesystem(GenericFilesystem):
pass