Properly folderise rigboard views

This commit is contained in:
2022-01-24 13:49:11 +00:00
parent f8a48798de
commit da4d62729b
7 changed files with 45 additions and 40 deletions

5
RIGS/views/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .crud import *
from .finance import *
from .hs import *
from .ical import *
from .rigboard import *