Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 339 Bytes

README.rst

File metadata and controls

25 lines (13 loc) · 339 Bytes

Introduce a declarative model for Python modules and classes.

Why?

In order to get forward references and avoid cyclic importing failures.

How?

Do you remember

# -- coding: utf-8 --

Just do following instead and be done with it

# -- coding: pyfu --