removec __all__ property from superscript

Former-commit-id: 67c4684b5943467cc07b8cc638dc438ad0ee3e54
This commit is contained in:
Arthur Lu 2022-02-19 06:46:39 +00:00
parent b43836899d
commit b1eff19ea4

View File

@ -147,11 +147,6 @@ __author__ = (
"Jacob Levine <jlevine@imsa.edu>", "Jacob Levine <jlevine@imsa.edu>",
) )
__all__ = [
"load_config",
"save_config",
]
# imports: # imports:
import json import json