removed old importing code

This commit is contained in:
Nicholas Dyer 2023-05-11 13:24:25 -04:00
parent fd7e1b7492
commit da5bacf950

View File

@ -1,6 +0,0 @@
import os
__all__ = []
for module in os.listdir(os.path.dirname(os.path.abspath(__file__))):
if module != '__init__.py' and module[-3:] == '.py':
__all__.append(module)