c2a-core 4.5.1

Core of Command Centric Architecture
Documentation
1
2
3
4
5
6
7
8
[flake8]
max-line-length = 100
ignore =
    # black と競合するので
    E203,
    E501,
    W503,
    W504