MorphGuard / scripts /__init__.py
juanquy's picture
Initial clean commit of modular MorphGuard
2978bba
Raw
History Blame Contribute Delete
156 Bytes
"""
Python package initializer for scripts folder.
"""
# This file makes 'scripts' a Python package so that scripts.data_setup can be imported.
__all__ = []