comparison: CircuitPython/uheap.py
CircuitPython/uheap.py
- changeset 7
- e336d6afc5a6
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module containing stubs for API generation of the 'uheap' module. |
|
8 """ |
|
9 |
|
10 def info(object): |
|
11 pass |