renamed app/data -> app/data_actes/
parent
4a636d46da
commit
eadb21a88b
@ -0,0 +1,5 @@
|
||||
from .diplo_type_data import diplomatic_type
|
||||
from .institution_data import institution
|
||||
from .state_data import state
|
||||
|
||||
__all__ = ["diplomatic_type", "institution", "state"]
|
||||
Loading…
Reference in New Issue