Skip to content

Commit

Permalink
package initialization added
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdanoura committed Sep 16, 2024
1 parent 2ffd89a commit a09e1c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from pathlib import Path


RESOURCES_PATH = Path('resources')
GENS_PATH = RESOURCES_PATH / 'gens'
SCHEMA_PATH = RESOURCES_PATH / 'schemas'
YAML_SCHEMA_PATH = SCHEMA_PATH / 'thing_description.yaml'
DOCDIR = GENS_PATH / 'docs' / 'ontology'

GENERATORS = ['jsonschema', 'shacl', 'jsonldcontext', 'linkml']
Empty file added src/cli.py
Empty file.
7 changes: 0 additions & 7 deletions src/data/examples/Thing-001.yaml

This file was deleted.

Empty file.

0 comments on commit a09e1c7

Please sign in to comment.