Files
9TailedKitsune/tests/puppy/AT.00.00.00.puppy
Unstable Kitsune df4be4d886 refactor: organize test files into tests directory
Moves test-related files from root directories into a dedicated tests folder to improve project structure and maintainability.
2025-09-05 04:10:16 -04:00

26 lines
791 B
Plaintext

#!# AT.00.00.00.puppy ##!
<<9tailedKitsune>>
@coreOperations:
@define: 9tk:
return: 9tk.core;
@define: core.function;
return: core.function.array = <<
functionNames:
'coreFunction', 'corePkg', '3rdParty',
'Settings', 'Networking', 'Application',
'Temporary', 'Document', 'Resource',
'Development';
@define: corePkg:
return: core.cPkg.array:
cPkgNames:
core.function.9tk: 'coreFunction',
core.function.tail: 'corePkg',
core.function.yiff: '3rdParty',
core.function.kitsune: 'Settings',
core.function.taild: 'Networking',
core.function.ntk: 'Application',
core.function.@9tK: 'Temporary',
core.function.9tKd: 'Document',
core.function.furry: 'Resource',
core.function.puppy: 'Development';
>>