aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/resources/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'amaranth_boards/resources/__init__.py')
-rw-r--r--amaranth_boards/resources/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/amaranth_boards/resources/__init__.py b/amaranth_boards/resources/__init__.py
new file mode 100644
index 0000000..531eb5e
--- /dev/null
+++ b/amaranth_boards/resources/__init__.py
@@ -0,0 +1,4 @@
+from .display import *
+from .interface import *
+from .memory import *
+from .user import *