@@ -19,13 +19,5 @@ from pkgutil import extend_path | |||
__path__ = extend_path(__path__, __name__) | |||
from .{{cookiecutter.project_slug}} import ( | |||
'' }}, | |||
'' }}"], | |||
'_', | |||
.replace, | |||
=, | |||
["{{ cookiecutter.project_slug.title, | |||
__all__, | |||
{{ cookiecutter.project_slug.title, | |||
) | |||
from .{{ cookiecutter.project_slug }} import {{ (cookiecutter.project_slug.title()).replace('_', '') }} | |||