blocking-ip/utils/__init__.py

6 lines
105 B
Python
Raw Permalink Normal View History

from utils.case_converter import camel_case_to_snake_case
__all__ = [
"camel_case_to_snake_case",
]