20 lines
No EOL
359 B
Python
20 lines
No EOL
359 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
### Info générale
|
|
|
|
Le programme principal est exécutable comme un module.
|
|
|
|
#### Arborescence de `projet_spirale_rectangle`
|
|
|
|
./
|
|
bash/
|
|
spirale_rectangle.sh
|
|
data/
|
|
main/
|
|
**__init__.py**
|
|
spirale_rectangle.py
|
|
output/
|
|
README.md
|
|
""" |