Skip to content

Commit 990a33a

Browse files
committed
add to init
1 parent 5f97d09 commit 990a33a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sa_fortran/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
CALLBACK_PARALLEL_INPUT,
1111
CALLBACK_PARALLEL_OUTPUT)
1212

13+
from . import simulated_annealing_f2py as sa_f2py
14+
1315
__version__ = '0.0.1'
1416

1517
__all__ = ['sa_fortran',
1618
'CALLBACK_FUNC',
1719
'CALLBACK_N_INPUTS',
1820
'CALLBACK_PARALLEL_INPUT',
19-
'CALLBACK_PARALLEL_OUTPUT']
21+
'CALLBACK_PARALLEL_OUTPUT',
22+
'sa_f2py']

0 commit comments

Comments
 (0)