Skip to content

Commit

Permalink
files/__init__: updated internal imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Oct 29, 2024
1 parent f0c5ad3 commit cfc5b4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pymcnp/files/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
from . import inp
from . import outp
from . import ptrac
from . import utils

__all__ = ['inp']
__all__ = [
'inp',
'outp',
'ptrac',
'utils',
]

0 comments on commit cfc5b4a

Please sign in to comment.