mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Add os import to Python template
This commit is contained in:
@ -145,6 +145,8 @@ Example of the **test** platform (``test.py``):
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
from platformio.platforms.base import BasePlatform
|
from platformio.platforms.base import BasePlatform
|
||||||
|
|
||||||
class TestPlatform(BasePlatform):
|
class TestPlatform(BasePlatform):
|
||||||
|
Reference in New Issue
Block a user