🐉 AGT-DragonShell v4.0

Advanced File Manager with WordPress Integration

Current path: usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/

⬆️ 🔙 Go Up: cachecontrol

📄 Viewing: __init__.py

from textwrap import dedent

try:
    from .file_cache import FileCache
except ImportError:
    notice = dedent('''
    NOTE: In order to use the FileCache you must have
    lockfile installed. You can install it via pip:
      pip install lockfile
    ''')
    print(notice)


try:
    import redis
    from .redis_cache import RedisCache
except ImportError:
    pass

📂 File Manager

📤 Upload File


📁 Create Folder


🐉 AGT-DragonShell • v4.0 • Advanced File Management System