mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Add py.typed (#11865)
This commit is contained in:
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
|
||||||
|
0
public/py.typed
Normal file
0
public/py.typed
Normal file
Loading…
x
Reference in New Issue
Block a user