Coverage for cogapp/__init__.py: 100.00%
Shortcuts 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
Shortcuts 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
4 Copyright 2004-2015, Ned Batchelder.
5"""
7from __future__ import absolute_import
9from .cogapp import *