1
0

start.py 80 B

12345
  1. #!python3.3
  2. import sys
  3. sys.path.insert(0, 'pkgs')
  4. import listapp
  5. listapp.main()