niknaks.config

- Updated header doc

PAckage

- Added import
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-27 13:42:28 +02:00
parent b0a33dcd20
commit 0d3e8929c0
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,6 @@
/**
* Configuration management
*
* Configuration entries and
* a registry in which to
* manage a set of them

View File

@ -41,4 +41,13 @@ public import niknaks.debugging;
* Useful data structures
* that are templatised
*/
public import niknaks.containers;
public import niknaks.containers;
/**
* Configuration management
*
* Configuration entries and
* a registry in which to
* manage a set of them
*/
public import niknaks.config;