Skip to content

Commit

Permalink
toss static method / protocol class
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jun 28, 2023
1 parent 2175c31 commit d96dca6
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 562 deletions.
10 changes: 5 additions & 5 deletions smartsim/_core/_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from .build import Build
from .clean import Clean, Clobber
from .dbcli import DbCLI
from .site import Site
from .utils import get_install_path, MenuItem
# from .build import Build
# from .clean import Clean, Clobber
# from .dbcli import DbCLI
# from .site import Site
from .utils import get_install_path, MenuItemConfig
Loading

0 comments on commit d96dca6

Please sign in to comment.