How to use the handright._exceptions.Error function in handright

To help you get started, we’ve selected a few handright examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Gsllchb / Handright / handright / _exceptions.py View on Github external
# coding: utf-8
class Error(Exception):
    pass


class LayoutError(Error):
    pass


class BackgroundTooLargeError(Error):
    pass
github Gsllchb / Handright / handright / _exceptions.py View on Github external
# coding: utf-8
class Error(Exception):
    pass


class LayoutError(Error):
    pass


class BackgroundTooLargeError(Error):
    pass

handright

A lightweight Python library for simulating Chinese handwriting

BSD-3-Clause
Latest version published 8 months ago

Package Health Score

65 / 100
Full package analysis

Similar packages