Break up RIGS models into seperate files

This commit is contained in:
2022-12-19 16:26:25 +00:00
parent 63a2f6d47b
commit 773f55ac84
8 changed files with 1039 additions and 1010 deletions

4
RIGS/models/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .models import *
from .finance import *
from .hs import *
from .events import *