File size: 299 Bytes
249e2ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
diff --git a/bolier_plate_code.py b/bolier_plate_code.py
index 6bf88eb..6bf0dbd 100644
--- a/bolier_plate_code.py
+++ b/bolier_plate_code.py
@@ -9,8 +9,7 @@ __license__ = "MIT"
def main():
- """ Main entry point of the app """
- print("hello world")
+
if __name__ == "__main__":
|