@@ -1,4 +1,4 @@
-from terraingen import app
+from app import app
if __name__ == "__main__":
app.run()