Updated utilities

This commit is contained in:
Mark Qvist 2021-09-25 11:03:43 +02:00
parent 5f8a55b702
commit dd5133751e
3 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
import os
import glob
__version__ = "0.1.9"
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]