1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//! # KpPlatform
//!
//! A collection of utilities to enable Scientifically Cultivable Prajna
//! know more about oneself toward What Count.

pub mod mu {     // mu business
}

pub mod db {     // db business
}

pub mod ai {
 /// ai business
 pub enum Traits {
  Truth(String), 
  Care(String), 
  Honesty(String), // "Honesty / TRUTH / Chân"
  Budh(String),    // "Budh / Morality / Thiện"
  Patience(String), // "Patience / Nhẩn"
  Trust(String),
  Qi(String),
  Art(String),
  Empathy(String), 
  Kindness(String), 
  
  Balanced(String),
  
  Influenced(String),
  Veiled(String),
  BindingWord(String),
  BindingImage(String),
  ClingingThought(String)
  }
}

pub mod eip {      // eip business
}

pub mod platform { // platform business
}

pub mod hub {      // hub business
}

pub mod plan {     // plan business
}