Skip to content

Commit

Permalink
feat: migrated TrustChainPolicy and relative methods from fedservice
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalDR committed Nov 16, 2023
1 parent 51df44d commit 9f24ad3
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
Empty file added pyeudiw/metadata/__init__.py
Empty file.
6 changes: 6 additions & 0 deletions pyeudiw/metadata/exceptions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
__author__ = "Roland Hedberg"
__license__ = "Apache 2.0"
__version__ = ""

class PolicyError(Exception):
pass
Loading

0 comments on commit 9f24ad3

Please sign in to comment.