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:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user