Skip to content

Commit 312a58d

Browse files
committed
bcf - readme note about code structure
1 parent 1e71708 commit 312a58d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bcf/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
A simple Python implementation of the BCF standard. Manipulation of BCF-XML is
44
available via `bcfxml.py` and manipulation of BCF-API is available via
55
`bcfapi.py`.
6+
7+
Python files in 'model' folder are automatically generated from .xsd files (located in 'xsd' folder).
8+
To regenerate them you can use `make models`.
9+
The only exception is 'v2/model/extensions.py', see it's note for the details.

0 commit comments

Comments
 (0)