13 lines
194 B
Python
13 lines
194 B
Python
#!/usr/bin/env python
|
|
# file __init__.py
|
|
# author Florent Guiotte <florent.guiotte@irisa.fr>
|
|
# version 0.0
|
|
# date 22 mai 2020
|
|
"""Abstract
|
|
|
|
doc.
|
|
"""
|
|
|
|
from .design import *
|
|
from .helpers import *
|