Add new subfolder to match package structure
This commit is contained in:
parent
04c8b05df8
commit
2c306003bb
8 changed files with 14 additions and 0 deletions
2
beamtime/README.md
Normal file
2
beamtime/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# beamtime
|
||||
A package for processing and analysis of data from beamtime at SNBL
|
||||
1
beamtime/__init__.py
Normal file
1
beamtime/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
0
beamtime/pdf/__init__.py
Normal file
0
beamtime/pdf/__init__.py
Normal file
1
beamtime/xanes/__init__.py
Normal file
1
beamtime/xanes/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from . import test
|
||||
2
beamtime/xanes/test.py
Normal file
2
beamtime/xanes/test.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def test_func():
|
||||
print('Hello world!')
|
||||
0
beamtime/xrd/__init__.py
Normal file
0
beamtime/xrd/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue