You can use this premade mod template anytime you wish to create a new mod. It contains the info file, registration.py and a basic folder layout. Feel free to delete any unused folders and registration.py if unused.
Note
Be sure to update the info file!
Remember that any folders with .py files need to have a __init__.py to make it a Python package and importable.