Add py.typed (#11865)
parent
546461b70f
commit
6907fa5c8e
|
@ -2,6 +2,6 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
def where():
|
def where() -> Path:
|
||||||
"""Return path to the frontend."""
|
"""Return path to the frontend."""
|
||||||
return Path(__file__).parent
|
return Path(__file__).parent
|
||||||
|
|
Loading…
Reference in New Issue