Initial commit.

This commit is contained in:
2025-01-31 17:16:39 +01:00
commit 2d531dafa9
8 changed files with 1732 additions and 0 deletions

8
SModule Normal file
View File

@@ -0,0 +1,8 @@
Import('env')
LIB_CONFIG = {
'CPPPATH': [env.Dir('public')]
}
Return('LIB_CONFIG')