Skip to content

Commit

Permalink
Add import to set up CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 31, 2023
1 parent d24d9ac commit 8839885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sup3r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""Super Resolving Renewable Energy Resource Data (SUP3R)"""
import os
from sup3r.version import __version__
import sup3r.cli # import sets up CLI commands

__author__ = """Brandon Benton"""
__email__ = "[email protected]"
Expand Down

0 comments on commit 8839885

Please sign in to comment.