test_comment
Some checks failed
CI/CD Pipeline / Run Tests (push) Failing after 1m43s
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m47s
CI/CD Pipeline / Build & Push Images (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Has been skipped
CI/CD Pipeline / Deploy (prod) (push) Has been skipped

This commit is contained in:
dkrivov
2026-02-10 13:24:20 +03:00
parent c04dd97717
commit b734ba5271

View File

@@ -17,6 +17,6 @@ def main():
) from exc
execute_from_command_line(sys.argv)
#test_comment
if __name__ == "__main__":
main()