project-map-cli-rust 0.1.5

High-performance architectural map generator for AI agents and developers.
Documentation
1
2
3
4
5
6
7
import module_b
from module_a import main as run_main

class Service:
    def execute(self):
        module_b.hello()
        run_main()