__init__: remove deprecated core module
authorDmitry Selyutin <ghostmansd@gmail.com>
Sun, 18 Jun 2023 18:41:07 +0000 (21:41 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sun, 18 Jun 2023 18:42:08 +0000 (21:42 +0300)
src/mdis/__init__.py

index 375a9f617ae7f74de743585bf9c9fa1abe433438..2cb69b6b55206e81853ad539a1984e45a88f8bd4 100644 (file)
@@ -9,7 +9,6 @@ __maintainer__ = "Dmitry Selyutin"
 __email__ = "ghostmansd@gmail.com"
 __status__ = "Prototype"
 __all__ = [
-    "core",
     "dispatcher",
     "visitor",
     "walker",