Skip to content

Commit

Permalink
added to init
Browse files Browse the repository at this point in the history
  • Loading branch information
frehburg committed Oct 4, 2024
1 parent 28b2a77 commit 0a8dde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/phenopacket_mapper/api_requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
from .api_request_super_class import APIRequestSuperClass
from .get import get
from .orpha_api_request import OrphaAPIRequest
from .hpo_api_request import HPOAPIRequest

__all__ = [
"APIRequestSuperClass",
"get",
"OrphaAPIRequest",
"HPOAPIRequest",

]

0 comments on commit 0a8dde5

Please sign in to comment.