From ec8d3ca94cf392d55a47cabab08add436b0ac8a5 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Thu, 27 Aug 2020 14:22:35 +0200 Subject: [PATCH] rename init to app change camel case to snake case, added __name__ conditional --- terahz/{__init__.py => app.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename terahz/{__init__.py => app.py} (100%) diff --git a/terahz/__init__.py b/terahz/app.py similarity index 100% rename from terahz/__init__.py rename to terahz/app.py