2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 19:27:11 +00:00

separated out Model for wallet to its own file

This commit is contained in:
2023-01-29 16:23:58 +00:00
parent f73640522b
commit 432be660a4
7 changed files with 310 additions and 291 deletions

View File

@@ -2,8 +2,9 @@ import datetime
from pathlib import Path
import settings
from troggle.core.models.survex import SingleScan, Wallet
from troggle.core.models.survex import SingleScan
from troggle.core.models.troggle import DataIssue
from troggle.core.models.wallets import Wallet
"""Searches through all the survey scans directories (wallets) in expofiles, looking for images to be referenced.
"""