adr/2: Fix typo

This commit is contained in:
a-kenji
2025-05-06 18:23:45 +02:00
parent 140c987b9e
commit 7a49235a24

View File

@@ -19,7 +19,7 @@ We might not be sure whether all of those will exist but the architecture should
## Decision ## Decision
This leads to the conclusion that we should do `library` centric development. This leads to the conclusion that we should do `library` centric development.
With the current `clan` python code beeing a library that can be imported to create various tools ontop of it. With the current `clan` python code being a library that can be imported to create various tools ontop of it.
All **CLI** or **UI** related parts should be moved out of the main library. All **CLI** or **UI** related parts should be moved out of the main library.
*Note: The next person who wants implement any new frontend should do this first. Currently it looks like the TUI is the next one.* *Note: The next person who wants implement any new frontend should do this first. Currently it looks like the TUI is the next one.*