rename files too

This commit is contained in:
Jakub Trllo 2024-04-04 11:47:16 +02:00
parent e1b22cbe8d
commit 7670a9ce46
4 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
from .selection import SelectionModel
from .products import ProductsModel
from .actions import LoaderActionsModel
from .site_sync import SiteSyncModel
from .sitesync import SiteSyncModel
__all__ = (

View file

@ -1,4 +1,4 @@
from .site_sync import SiteSyncModel
from .sitesync import SiteSyncModel
__all__ = (