6 lines
80 B
Python
6 lines
80 B
Python
"""Core package for the QFlow demo implementation."""
|
|
|
|
__all__ = [
|
|
"app",
|
|
]
|