rollerverbrauch/app/forms/__init__.py

8 lines
165 B
Python
Raw Permalink Normal View History

2016-11-01 16:36:28 +01:00
from .misc import *
from .pitstop import *
from .checks import *
from .consumable import *
from .service import *
from .vehicle import *
2021-06-17 18:28:19 +02:00
from .regular_cost import *