diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-02-25 20:54:01 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-02-25 20:54:01 -0700 |
commit | 0b35ed647ec4d786b488082dd98bb91ca0f5cc05 (patch) | |
tree | b6b647a648fe9f829e40f0e3a77adb31612f1d72 | |
parent | d1b84b91f4b94b717de477e47b22946fd42be0db (diff) |
Placeholder
-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.') |