Git based wiki inspired by Gollum
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

realms-wiki 379B

9 years ago
1234567891011121314
  1. #!/usr/bin/env python
  2. from realms.commands import cli
  3. if __name__ == '__main__':
  4. print
  5. print "----------------------------------"
  6. print "This script is for development.\n" \
  7. "If you installed via pip, " \
  8. "you should have realms-wiki in your PATH that should be used instead."
  9. print "----------------------------------"
  10. print
  11. cli()