Skip to content

Commit

Permalink
migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Sep 13, 2024
1 parent dcf4083 commit fbcf5c3
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 511 deletions.
8 changes: 2 additions & 6 deletions jac/jaclang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
"""The Jac Programming Language."""

from jaclang.plugin.default import (
JacAccessValidation,
JacBuiltin,
JacCmdDefaults,
JacFeatureDefaults,
JacNode,
JacFeatureImpl,
)
from jaclang.plugin.feature import JacFeature, hookmanager

jac_import = JacFeature.jac_import


hookmanager.register(JacFeatureDefaults)
hookmanager.register(JacFeatureImpl)
hookmanager.register(JacBuiltin)
hookmanager.register(JacCmdDefaults)
hookmanager.register(JacAccessValidation)
hookmanager.register(JacNode)
hookmanager.load_setuptools_entrypoints("jac")

__all__ = ["jac_import"]
Loading

0 comments on commit fbcf5c3

Please sign in to comment.