Changes Project Structure to get a cleaner architecture

This commit is contained in:
julien Lengrand-Lambert
2012-04-24 18:29:19 +02:00
parent a26670a0ac
commit a8d2dde5fd
40 changed files with 0 additions and 0 deletions

7
test/test_script.py Normal file
View File

@@ -0,0 +1,7 @@
'''
Created on 16 avr. 2012
@author: jll
'''
my_dict = {'a b c':1, 'b':2, 'c':3}
print my_dict['a b c']