Refactor code structure for improved readability and maintainability
Some checks failed
/ serve (push) Failing after 47s
Some checks failed
/ serve (push) Failing after 47s
This commit is contained in:
parent
7ea0ad923c
commit
71b8630862
7 changed files with 1378 additions and 25 deletions
6
main.py
Normal file
6
main.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from cours4-0!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue