7 lines
106 B
Python
7 lines
106 B
Python
"""Entry point for python -m finn_eiendom."""
|
|
|
|
from .cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|