10 lines
143 B
Python
10 lines
143 B
Python
|
|
"""An unofficial Python wrapper for the ETAPI of trilium
|
||
|
|
.. moduleauthor:: Nriver
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .version import __version__
|
||
|
|
|
||
|
|
|
||
|
|
def main():
|
||
|
|
pass
|