diff options
| author | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-02 22:49:22 +0200 |
|---|---|---|
| committer | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-02 22:49:22 +0200 |
| commit | 118c02c2730aaac2d10c2b9847339f6ffc83223f (patch) | |
| tree | f7e1dc9a7159b63945a19d742a525f20c90c969e /.pytype/imports/default.pyi | |
| parent | 81d48b6a4da96696afde87a54f9fb7d89dd64cd2 (diff) | |
Working on lab 1.
Diffstat (limited to '.pytype/imports/default.pyi')
| -rw-r--r-- | .pytype/imports/default.pyi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.pytype/imports/default.pyi b/.pytype/imports/default.pyi new file mode 100644 index 0000000..7bb11b4 --- /dev/null +++ b/.pytype/imports/default.pyi @@ -0,0 +1,3 @@ + +from typing import Any +def __getattr__(name) -> Any: ... |