cara/caimira/monte_carlo/__init__.pyi
2022-09-09 16:57:20 +02:00

5 lines
128 B
Python

from typing import Any
# For now we disable all type-checking in the monte-carlo submodule.
def __getattr__(name) -> Any: ...