diff --git a/src/splinter3d_style/main.py b/src/splinter3d_style/main.py index 2bb4de9..3d29ed1 100644 --- a/src/splinter3d_style/main.py +++ b/src/splinter3d_style/main.py @@ -1,3 +1,3 @@ def main() -> int: - print("All checks passed!") # True because there are no checks + print("All checks passed!") # True because there are no checks (for now) return 0