5 lines
160 B
Python
5 lines
160 B
Python
from __future__ import annotations
|
|
|
|
print("That will only work with the right plugin in your $PATH!")
|
|
print("Checkout the `external_importer` Python example.")
|