Skip to content

Commit b56db42

Browse files
delete old files
1 parent 210f50b commit b56db42

File tree

6 files changed

+2
-456
lines changed

6 files changed

+2
-456
lines changed

schemascii/__init__.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
from .inline_config import get_inline_configs
2-
from .configs import apply_config_defaults
3-
from .grid import Grid
4-
from .components import find_all
5-
from .edgemarks import find_edge_marks
6-
from .components_render import render_component
7-
from .wires import get_wires
8-
from .utils import XML
9-
from .errors import (Error, DiagramSyntaxError, TerminalsError,
10-
BOMError, UnsupportedComponentError, NoDataError,
11-
DataTypeError)
1+
122

133
__version__ = "0.3.2"
144

155

166
def render(filename: str, text: str | None = None, **options) -> str:
177
"Render the Schemascii diagram to an SVG string."
8+
raise NotImplementedError
189
if text is None:
1910
with open(filename, encoding="ascii") as f:
2011
text = f.read()

schemascii/components.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

schemascii/configs.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

schemascii/edgemarks.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

schemascii/inline_config.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)