ACCESS-NRI / amami

Apache License 2.0
0 stars 0 forks source link

Refactor "empty" packages to modules #20

Closed truth-quark closed 1 month ago

truth-quark commented 2 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.