add more code
[nmigen-type-annotations.git] / nmigen / cli.pyi
1 from typing import Any
2
3
4 def main(*args: Any, **kwargs: Any) -> None:
5 ...