Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" Cog content generation tool. 

2 http://nedbatchelder.com/code/cog 

3 

4 Copyright 2004-2015, Ned Batchelder. 

5""" 

6 

7from __future__ import absolute_import 

8 

9from .cogapp import *