Skip to content

Commit f99e1f4

Browse files
committed
Add a stub for extra-proposal
1 parent 240b609 commit f99e1f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"euxfel_bunch_pattern",
2626
"extra_data>=1.13",
2727
"extra_geom",
28+
"extra_proposal",
2829
"h5py",
2930
"karabo_bridge",
3031
"lmfit",

src/extra/proposal/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from extra_proposal import *

0 commit comments

Comments
 (0)