Skip to content

Commit

Permalink
Add typing hint (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Nov 15, 2023
1 parent 935ba77 commit 5f087d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/GooseEPM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
from ._GooseEPM import * # noqa: F401, F403


class SystemClass:
"""
Typing hint.
"""


def allocate_System(*args, **kwargs):
"""
Allocate the appropriate ``System*`` object.
Expand Down

0 comments on commit 5f087d4

Please sign in to comment.