dockerimageexecutor/storagehub/storagehubcommand.py

18 lines
268 B
Python
Raw Normal View History

2020-10-07 09:53:01 +02:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @author: Giancarlo Panichi
#
# Created on 2018/06/15
#
class StorageHubCommand:
def execute(self):
print("StorageHubCommand")
def __str__(self):
return 'StorageHubCommand'