Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1bdf79b6 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix black project

parent 480d69da
No related branches found
No related tags found
No related merge requests found
from black_project.main import main
__all__ = ['main']
__all__ = ["main"]
......@@ -7,5 +7,5 @@ def main() -> bool:
return True
if __name__ == '__main__':
if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment