metahoguet
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

__init__.py
text/x-python

Download raw (354 bytes)

#!/usr/bin/env python
#! -*- coding: utf-8 -*-

from writer import Writer
from font import Font
from whitespace import Whitespace
from character import Character
from textline import Textline
from textbox import Textbox
from multilineTextbox import MultilineTextbox
from memory import enlargeMemory
from plottermargins import PlotterMargins
import shapes