Initial commit: add .gitignore and README
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from mypy.dmypy.client import console_entry
|
||||
|
||||
if __name__ == "__main__":
|
||||
console_entry()
|
||||
Reference in New Issue
Block a user