diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/package/os/os.pyi b/package/os/os.pyi index a87c168ac6ebe5bd830f887b745d6706c69a2082..c1a7294b18968bdf86c008040aa458597fc11d31 100644 --- a/package/os/os.pyi +++ b/package/os/os.pyi @@ -96,3 +96,5 @@ class path: def abspath(self, path: str) -> str: pass + +print('PASS-AA') \ No newline at end of file