misp-galaxy/galaxy/lib/python3.12/site-packages/sponge/__init__.py

17 lines
324 B
Python
Raw Normal View History

2024-08-20 16:46:04 +00:00
#!/usr/bin/env python
# encoding: utf-8
"""
@author: william
@contact: 1342247033@qq.com
@site: http://www.xiaolewei.com
@file: __init__.py.py
@time: 22/05/2018 15:59
"""
from .manager import CacheManager
from .drivers.driver import Driver
__all__ = [CacheManager, Driver]
__author__ = 'william wei'
__version__ = '0.0.8'