tree.py 457 B

12345678910111213
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-"
  3. """
  4. NOINIW 2051 - by psy (epsylon@riseup.net)
  5. """
  6. def init():
  7. uname = "Linux"
  8. starting_position = "/public "
  9. root = "/" #
  10. files_tree = {"/contribute ":("CONTRIBUTE.txt ","PUBLISH_YOUR_LEVELS.txt ","FINANCES.txt "), "/public ":("FAQ.pdf ", "HELP.txt ", "last_connections.log ", "LEVEL.txt ")}
  11. macs_tree = [212121]
  12. return uname, root, starting_position, files_tree, macs_tree