Skip to content

Instantly share code, notes, and snippets.

@melvinkcx
Last active June 30, 2019 04:01
Embed
What would you like to do?
Snippet for "Why Refactoring? How to Refactor/Restructure Python Package?" https://hackernoon.com/why-refactoring-how-to-restructure-python-package-51b89aa91987
"""
in helpers.py
"""
class ConfigHelper(
AbstractBaseConfigHelper,
LoggingConfigMixin
):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment