organisation en module python

This commit is contained in:
Daniel STAN 2015-06-01 21:41:27 +02:00
parent 58bbcde8ee
commit f826e0ebc6
5 changed files with 21 additions and 9 deletions

4
cpasswords/__init__.py Normal file
View file

@ -0,0 +1,4 @@
"""Module de cpasswords.
Pas encore en prod.
"""

1
cpasswords/client.py Symbolic link
View file

@ -0,0 +1 @@
../client.py

1
cpasswords/server.py Symbolic link
View file

@ -0,0 +1 @@
../server.py