ACCESS-NRI / amami

ACCESS Models Accessory Multitool Interface (AMAMI) is a Python package that bundles a set of commands to handle ACCESS models input and output files.
Apache License 2.0
0 stars 0 forks source link

Refactor "empty" packages to modules #20

Closed truth-quark closed 6 months ago

truth-quark commented 7 months ago

Several "empty" packages exist: a directory containing only __init__.py. Refactor the packages to modules by renaming __init__.py to <directory_name>.py and deleting the directory.