add setup utility (boilerplate)
This commit is contained in:
parent
2a9100d8c1
commit
52e75e3a87
3 changed files with 4 additions and 0 deletions
1
smal/src/smal/smalsetup/__init__.py
Normal file
1
smal/src/smal/smalsetup/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from .smalsetup import smalsetup
|
||||
2
smal/src/smal/smalsetup/smalsetup.py
Normal file
2
smal/src/smal/smalsetup/smalsetup.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def smalsetup():
|
||||
return 99
|
||||
Loading…
Add table
Add a link
Reference in a new issue