diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-20 13:17:36 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-20 13:17:36 +0200 |
| commit | 4c4f70bf6eb88a419add86e182d3080674196433 (patch) | |
| tree | de407cee641f168c5ac325aa6a8b695ee04a429b /src/database/__init__.py | |
| parent | 41243ec2137bac39225231c0834f9d611fe94728 (diff) | |
Mis en place de la structure orientée objet
Diffstat (limited to 'src/database/__init__.py')
| -rw-r--r-- | src/database/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/__init__.py b/src/database/__init__.py new file mode 100644 index 0000000..03b0cc7 --- /dev/null +++ b/src/database/__init__.py @@ -0,0 +1 @@ +# https://realpython.com/python-import/#basic-python-import
\ No newline at end of file |
