c2a-core 4.5.1

Core of Command Centric Architecture
Documentation
1
2
3
4
5
6
7
8
[tool.black]
target-version = ['py38']
line-length = 100
include = '\.pyi?$'

# TODO: .flake8 を消してこちらに移植する
# [tool.flake8]
# max-line-length = 100