diff options
-rw-r--r-- | ml_exp/__main__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ml_exp/__main__.py b/ml_exp/__main__.py index 44b492103..0d9b87bad 100644 --- a/ml_exp/__main__.py +++ b/ml_exp/__main__.py @@ -20,8 +20,5 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -# from ml_exp.compound import Compound - - if __name__ == '__main__': - print('OK!') + print('Everything OK!\n\tThis is a placeholder.') |