sqlmap/plugins/dbms/clickhouse/filesystem.py

12 lines
259 B
Python
Raw Normal View History

#!/usr/bin/env python
"""
2023-02-04 01:14:29 +03:00
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):
2023-02-04 01:14:29 +03:00
pass