This commit is contained in:
Ole
2026-05-16 16:14:01 +00:00
parent 1399f61c1a
commit 71cc9c86a0
18 changed files with 1797 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Entry point for python -m finn_eiendom."""
from .cli import app
if __name__ == "__main__":
app()