Skip to content

Commit

Permalink
Add __init__.py in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Aug 28, 2023
1 parent 426b781 commit 3139fc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions aiida_aurora/workflows/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
Calculations provided by aiida_aurora.
Register calculations via the "aiida.calculations" entry point in setup.json.
"""

from .cycling_sequence import CyclingSequenceWorkChain

__all__ = [
'CyclingSequenceWorkChain',
]

0 comments on commit 3139fc7

Please sign in to comment.